# 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] edition = "2018" name = "kres" version = "0.1.1" authors = ["Marek Vavrusa "] build = "build.rs" links = "kres" description = "Bindings to the Knot Resolver library (also known as libkres)\n" documentation = "https://docs.rs/kres" readme = "README.md" categories = ["external-ffi-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/vavrusa/rust-kres" [profile.release] debug = true [dependencies.bytes] version = "0.4" [dependencies.jemallocator] version = "0.1" optional = true [dependencies.libc] version = "0.2.43" [dependencies.parking_lot] version = "0.6" features = ["nightly"] [dependencies.socket2] version = "0.3.8" [dev-dependencies.dnssector] version = "0.1.3" [build-dependencies.bindgen] version = "0.43.1" [build-dependencies.cc] version = "1.0.25" [build-dependencies.pkg-config] version = "0.3" [features] default = [] jemalloc = ["jemallocator"] static = []