# 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 = "netbox2netshot" version = "0.1.13" authors = ["Mathieu Poussin "] description = "Synchronization tool between netbox and netshot" readme = "README.md" keywords = [ "netbox", "netshot", "synchronization", "network", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/scaleway/netbox2netshot" [package.metadata.rpm] package = "netbox2netshot" [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets.netbox2netshot] path = "/usr/bin/netbox2netshot" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.flexi_logger] version = "0.19" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = [ "json", "native-tls", "blocking", ] [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.structopt] version = "0.3" [dev-dependencies.ctor] version = "0.1.20" [dev-dependencies.mockito] version = "0.30"