# 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.63" name = "instant-epp" version = "0.4.0" description = "EPP client library for async Rust" readme = "README.md" license = "MIT" repository = "https://github.com/instant-labs/instant-epp" [dependencies.async-trait] version = "0.1.52" [dependencies.celes] version = "2.1" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.instant-xml] version = "0.5" features = ["chrono"] [dependencies.rustls-native-certs] version = "0.7" optional = true [dependencies.rustls-pki-types] version = "1" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.0" features = [ "io-util", "net", "time", ] [dependencies.tokio-rustls] version = "0.26" features = [ "logging", "ring", "tls12", ] optional = true default-features = false [dependencies.tracing] version = "0.1.29" [dev-dependencies.regex] version = "1.5" [dev-dependencies.similar-asserts] version = "1.4.2" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4" [dev-dependencies.tracing-subscriber] version = "0.3.3" [features] default = ["rustls"] rustls = [ "tokio-rustls", "rustls-pki-types", "rustls-native-certs", ]