# 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" rust-version = "1.60" name = "libstrophe" version = "0.19.3" authors = ["Pro "] exclude = [ "/.github", "/ci", "/tools", ".gitignore", "README.tpl", "release.toml", "rustfmt.toml", ] description = "Rust ergonomic wrapper for libstrophe" documentation = "https://docs.rs/libstrophe" readme = "README.md" keywords = [ "jabber", "xmpp", "libstrophe", "messaging", "im", ] categories = [ "api-bindings", "network-programming", ] license = "LGPL-3.0" repository = "https://github.com/twistedfall/libstrophe" [dependencies.bitflags] version = "2" [dependencies.log] version = "0.4" optional = true [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1" [dependencies.scopeguard] version = "1" [dependencies.sys] version = "7" package = "libstrophe-sys-bindgen" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.matches] version = "0.1" [dev-dependencies.names] version = "0.14" [dev-dependencies.trybuild] version = "1" [features] buildtime_bindgen = ["sys/buildtime_bindgen"] default = [ "rust-log", "libstrophe-0_12_0", ] libstrophe-0_10_0 = ["libstrophe-0_9_3"] libstrophe-0_11_0 = ["libstrophe-0_10_0"] libstrophe-0_12_0 = ["libstrophe-0_11_0"] libstrophe-0_9_3 = [] rust-log = ["log"] [badges.maintenance] status = "passively-maintained"