# 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 = "2018" name = "dnssector" version = "0.2.13" authors = ["Frank Denis "] description = "A very fast library to parse, validate, create and mangle DNS packets" homepage = "https://github.com/jedisct1/dnssector" readme = "README.md" license = "ISC" repository = "https://github.com/jedisct1/dnssector" [profile.release] opt-level = 3 lto = true panic = "abort" [dependencies.anyhow] version = "1" [dependencies.byteorder] version = "1" [dependencies.chomp] version = "0.3" package = "chomp1" [dependencies.hex] version = "0.4" [dependencies.libc] version = "0.2" [dependencies.libloading] version = "0.8" optional = true [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "1" [features] default = [] hooks = ["libloading"]