[package] name = "waku-sys" version = "1.0.0" edition = "2021" authors = [ "Daniel Sanchez Quiros ", "Richard Ramos ", "Ivan Folgueira Bande " ] description = "Waku networking library generated bindings" license = "MIT OR Apache-2.0" repository = "https://github.com/logos-messaging/logos-messaging-rust-bindings" keywords = ["waku", "peer-to-peer", "libp2p", "networking"] categories = ["network-programming"] exclude = [ "vendor/examples/*", "vendor/docs/*", "vendor/coverage/*", "vendor/pkg/*", "vendor/tests/*", "vendor/ci/*", "vendor/cmd/*", "**/*.md", "**/*.lock", "**/*.nix", "**/Dockerfile", ] [lib] crate-type = ["rlib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # Mirrors the Cargo.toml the vendor's genBindings() emits alongside the sources. [dependencies] serde = { version = "1", features = ["derive"] } ciborium = "0.2" flume = { version = "0.11", default-features = false, features = ["async"] } tokio = { version = "1", features = ["sync", "time"] } [build-dependencies] cc = "1.0.73"