# 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 = "libknot" version = "0.2.1" authors = ["Kilobyte22 "] description = "High Level bindings to a subset of libknot, the library of the knot dns server" documentation = "https://docs.rs/libknot/*" license = "MIT" repository = "https://git.comfix.cc/kilobyte22/libknot" [dependencies.byteorder] version = "1.3.4" [dependencies.env_logger] version = "0.8.3" [dependencies.failure] version = "0.1.1" [dependencies.fallible-iterator] version = "0.2.0" [dependencies.futures-util] version = "0.3.8" features = ["io"] optional = true [dependencies.libknot-sys] version = "0.1.0" optional = true [dependencies.log] version = "0.4.3" [dependencies.unix_socket2] version = "0.5.4" [features] async = ["futures-util"] native = ["libknot-sys"]