# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "smpp" version = "0.1.2" authors = ["Andy Balaam", "The Rust SMPP Developers"] include = ["src/", "LICENSE-*", "README.md", "CHANGELOG.md"] description = "SMPP protocol support (client and server).\n" homepage = "https://gitlab.com/andybalaam/rust-smpp" readme = "README.md" keywords = ["smpp", "sms", "smsc", "esme"] categories = ["network-programming", "parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/andybalaam/rust-smpp" [dependencies.ascii] version = "1.0" [dependencies.async-trait] version = ">=0.1.42" [dependencies.bytes] version = "1" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.env_logger] version = "0.8.*" [dependencies.futures] version = "0.3.*" [dependencies.log] version = "0.4.*" [dependencies.num-traits] version = "0.2" [dependencies.smpp-pdu] version = "0.1" [dependencies.tokio] version = ">=1.0.1" features = ["full"] [dev-dependencies.once_cell] version = "1.5.*"