# 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 = "nautic_dns" version = "0.0.1-alpha" authors = ["Vasco Serrano "] publish = true description = "A DNS library for handling DNS requests and responses." readme = "README.md" license = "MIT" repository = "https://github.com/0xNeffarion/nautic" [dependencies.bitter] version = "^0.6" [dependencies.bytes] version = "^1" features = ["serde"] [dependencies.derive_builder] version = "^0" [dependencies.derive_more] version = "^0" [dependencies.rand] version = "^0.8" [dependencies.thiserror] version = "^1" [dependencies.tokio] version = "^1.30" features = ["full"] [dependencies.url] version = "^2"