# 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 = "2021" name = "sysrepo" version = "0.4.0" authors = [ "Toshiaki Takada ", "Valentin Kivachuk Burda ", ] build = "build.rs" description = "Sysrepo Rust bindings generated by bindgen" readme = "README.md" keywords = [ "sysrepo", "libyang", "yang", "netconf", ] categories = [ "external-ffi-bindings", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/sjtakada/sysrepo-rs" [dependencies.libc] version = "0.2.121" [dependencies.libyang2-sys] version = "0.6" [dependencies.yang2] version = "0.7" [build-dependencies.bindgen] version = "0.59.2"