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