# 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 = "dnstap" version = "0.1.7" authors = ["Frank Denis "] description = "An implementation of the dnstap protocol" homepage = "https://github.com/jedisct1/rust-dnstap" readme = "README.md" keywords = ["dns"] categories = [ "encoding", "network-programming", "value-formatting", ] license = "ISC" repository = "https://github.com/jedisct1/rust-dnstap" [profile.release] opt-level = 3 lto = true panic = "abort" [dependencies.framestream] version = "0.2.4" [dependencies.mio] version = "0.6" [dependencies.protobuf] version = "3.0.1" [build-dependencies.protobuf-codegen] version = "3.0.1" [badges.travis-ci] repository = "jedisct1/rust-dnstap"