# 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 = "icann-rdap-common" version = "0.0.18" description = """ Common RDAP data structures. """ readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/icann/icann-rdap" [dependencies.buildstructor] version = "0.5" [dependencies.chrono] version = "0.4" features = [ "alloc", "std", "clock", "serde", ] default-features = false [dependencies.cidr-utils] version = "0.6" [dependencies.const_format] version = "0.2" [dependencies.idna] version = "0.5" [dependencies.ipnet] version = "2.9" features = ["json"] [dependencies.lazy_static] version = "1.4" [dependencies.prefix-trie] version = "0.2.4" [dependencies.reqwest] version = "0.11" features = [ "json", "stream", "native-tls-vendored", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0" [dev-dependencies.rstest] version = "0.17.0"