Newer
Older
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
base64ct = { version = "1.5", features = ["alloc"] }
pest = "2.0"
pest_derive = "2.0"
serde = { version = "1.0", features = ["derive"] }
tarantool = { git = "https://cargo:hVkdxmfLJRpHGFs3-9xx@git.picodata.io/picodata/picodata/tarantool-module.git", features = ["picodata", "schema"] }
pretty_assertions = "1.0"
rmp-serde = "0.14"
[build-dependencies]
cc = "1.0"
name = "sbroad"
crate-type = ["cdylib", "rlib"]
[[bench]]
name = "parse"
harness = false