# 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 = "nazara" version = "0.1.0-alpha.1" authors = ["Christopher Hock "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI application to create and update machines and VMs in NetBox." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/The-Nazara-Project/Nazara" [[bin]] name = "nazara" path = "src/main.rs" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.network-interface] version = "1.0.1" [dependencies.reqwest] version = "0.11.22" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.thanix_client] version = "1.3.2" [dependencies.toml] version = "0.7.6" [dev-dependencies.mockall] version = "0.11.4"