Some checks failed
Payment domain and storage / isolated-payment-tests (push) Has been cancelled
15 lines
447 B
TOML
15 lines
447 B
TOML
[package]
|
|
name = "valhalla-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
description = "Pure Rust core spatial geometry (midgard) and bit-packed graph tile data structures (baldr) for Valhalla routing engine."
|
|
|
|
[dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
zerocopy = { version = "0.7", features = ["derive"] }
|
|
bytemuck = { version = "1.14", features = ["derive"] }
|
|
bitflags = "2"
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1"
|