Skip to content
Snippets Groups Projects
Cargo.toml 1009 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"] }
Denis Smirnov's avatar
Denis Smirnov committed
sbroad-proc = { path = "sbroad-proc", version = "0.1" }
serde = { version = "1.0", features = ["derive", "rc"] }
tarantool = { git = "https://git.picodata.io/picodata/picodata/tarantool-module.git", features = ["picodata", "schema"] }
Denis Smirnov's avatar
Denis Smirnov committed
uuid = { version = "1.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
[dev-dependencies]
name = "sbroad"
crate-type = ["cdylib", "rlib"]

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