# 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 = "rusmpp" version = "0.1.3" authors = ["Jad K. Haddad "] description = "A Rust SMPP library." readme = "README.md" keywords = [ "smpp", "sms", "messaging", "networking", "protocol", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JadKHaddad/Rusmpp" [package.metadata.docs.rs] all-features = true [[example]] name = "readme_example" path = "examples/readme_example.rs" required-features = ["tokio-codec"] [[example]] name = "submit_sm" path = "examples/submit_sm.rs" required-features = [ "tokio-codec", "tracing", ] [dependencies.tokio-util] version = "0.7.10" features = ["codec"] optional = true [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.tokio] version = "1.37.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [features] default = [] full = [ "tokio-codec", "tracing", ] pretty-hex-fmt = [] tokio-codec = ["dep:tokio-util"] tracing = ["dep:tracing"]