# 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] name = "domain-core" version = "0.4.0" authors = ["Martin Hoffmann "] description = "A DNS library for Rust – Core." homepage = "https://github.com/nlnetlabs/domain/" documentation = "https://docs.rs/domain-core/" readme = "README.md" keywords = ["DNS", "domain"] license = "BSD-3-Clause" repository = "https://github.com/nlnetlabs/domain/" [lib] name = "domain_core" path = "src/lib.rs" [dependencies.bytes] version = "^0.4" [dependencies.chrono] version = "^0.4" [dependencies.failure] version = "^0.1" [dependencies.failure_derive] version = "^0.1" [dependencies.rand] version = "^0.6" [dependencies.void] version = "^1.0"