# 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 = "toluol-proto" version = "2.0.0" authors = ["Max von Forell "] description = "DNS protocol definitions for toluol" documentation = "https://docs.rs/toluol-proto" readme = "README.md" keywords = ["dns"] categories = ["parser-implementations"] license = "MIT" repository = "https://sr.ht/~mvforell/toluol" [lib] name = "toluol_proto" path = "./src/lib.rs" [dependencies.byteorder] version = "1.4" [dependencies.chrono] version = "0.4" [dependencies.data-encoding] version = "2.3" [dependencies.ecdsa] version = "0.13" [dependencies.owo-colors] version = "3.2" features = ["supports-colors"] [dependencies.p256] version = "0.10" features = ["ecdsa"] [dependencies.permutation] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.repr-with-fallback] version = "0.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.sha2] version = "0.10" [dependencies.smartstring] version = "1.0" features = ["serde"] [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.2" features = ["serde"]