rusmppc 0.3.0-alpha.3

A Rust SMPP client.
Documentation

Rusmppc

Build Status crates.io Crates.io (MSRV) docs.rs Crates.io (Downloads) Crates.io (License)

A tokio based SMPP v5 client.

Features

  • rustls: Enables TLS support via rustls. Enabled by default.
  • rustls-tls-native-roots: Uses the platform's native root certificates through rustls-native-certs while using default configuration. Enables the rustls feature and is enabled by default.
  • rustls-tls-webpki-roots: Uses the webpki-roots crate's root certificates while using default configuration. Enables the rustls feature and is enabled by default.
  • rustls-aws-lc-rs: Uses aws-lc-rs as the TLS backend for rustls. Enabled by default.
  • rustls-ring: Uses ring as the TLS backend for rustls.
  • native-tls: Enables TLS support via native-tls.

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.