# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rdap_client" version = "0.2.0" authors = ["Jakub Onderka "] exclude = [".travis.yml", "test_data/*"] description = "Async and fast RDAP client and parser.\n" homepage = "https://github.com/JakubOnderka/rdap_client" documentation = "https://docs.rs/rdap_client" readme = "README.md" keywords = ["rdap", "whois"] categories = ["network-programming", "parsing", "data-structures"] license = "BSD-2-Clause" repository = "https://github.com/JakubOnderka/rdap_client" [[bench]] name = "benchmark" harness = false [dependencies.bytes] version = "1.0" [dependencies.chrono] version = "0.4.10" features = ["serde"] [dependencies.futures] version = "0.3.1" [dependencies.ip_network] version = "0.4.0" features = ["serde"] [dependencies.ip_network_table] version = "0.2.0" [dependencies.reqwest] version = "0.11.0" features = ["json", "gzip"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.criterion] version = "0.3" [badges.maintenance] status = "actively-developed"