# 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 = "cymrust" version = "0.4.1" authors = ["Ossi Herrala "] exclude = [".gitignore", "circle.yml"] description = "Query Team Cymru's IP-to-ASN mapping via DNS" homepage = "https://github.com/HowNetWorks/cymrust#readme" documentation = "https://docs.rs/cymrust/" readme = "README.md" keywords = ["ip", "network", "bgp", "resolver", "cymru"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/HowNetWorks/cymrust" [dependencies.chrono] version = "0.4" [dependencies.trust-dns-resolver] version = "0.20"