# 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.59" name = "epp-client" version = "0.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "EPP (Extensible Provisioning Protocol) Client Library for Domain Registration and Management" readme = "README.md" license = "MIT" repository = "https://github.com/masalachai/epp-client" [lib] name = "epp_client" path = "src/lib.rs" [[test]] name = "basic" path = "tests/basic.rs" [dependencies.async-trait] version = "0.1.52" [dependencies.celes] version = "2.1" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.quick-xml] version = "0.26" features = ["serialize"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.0" features = [ "io-util", "net", "time", ] [dependencies.tokio-rustls] version = "0.23" optional = true [dependencies.tracing] version = "0.1.29" [dependencies.webpki-roots] version = "0.22.1" [dev-dependencies.regex] version = "1.5" [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 = ["tokio-rustls"]