# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "waku-sys" version = "0.6.0" authors = ["Daniel Sanchez Quiros "] exclude = [ "vendor/examples/*", "vendor/docs/*", "vendor/coverage/*", "vendor/pkg/*", "vendor/scripts/*", "vendor/tests/*", "vendor/ci/*", "vendor/cmd/*", "**/*.md", "**/*.lock", "**/*.nix", "**/Makefile", "**/Dockerfile", ] description = "Waku networking library generated bindings" readme = "README.md" keywords = [ "waku", "peer-to-peer", "libp2p", "networking", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/waku-org/waku-rust-bindings" resolver = "1" [lib] crate-type = ["rlib"] [dependencies] [build-dependencies.bindgen] version = "0.64"