Skip to content
Snippets Groups Projects
Cargo.toml 833 B
Newer Older
Igor Kuznetsov's avatar
Igor Kuznetsov committed
name = "sbroad"
version = "0.1.0"
Denis Smirnov's avatar
Denis Smirnov committed
authors = [
Denis Smirnov's avatar
Denis Smirnov committed
]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
base64ct = { version = "1.5", features = ["alloc"] }
serde = { version = "1.0", features = ["derive"] }
tarantool = { git = "https://cargo:hVkdxmfLJRpHGFs3-9xx@git.picodata.io/picodata/picodata/tarantool-module.git", features = ["picodata", "schema"] }
[dev-dependencies]
pretty_assertions = "1.0"
rmp-serde = "0.14"

[build-dependencies]
cc = "1.0"
name = "sbroad"
crate-type = ["cdylib", "rlib"]

[[bench]]
name = "parse"
harness = false