# 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 = "thanix_client" version = "2.2.1" authors = ["Christopher Hock "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A netbox API client used as a reference for the Nazara project. Generated from the schema of https://demo.netbox.dev/" readme = "README.md" license = "MIT" [lib] name = "thanix_client" path = "src/lib.rs" [dependencies.chrono] version = "0.4.31" [dependencies.regex] version = "1.10.6" [dependencies.reqwest] version = "0.11.22" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.serde_qs] version = "0.12.0" [build-dependencies.toml] version = "0.8.19"