# 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 = "opsview" version = "0.1.10" authors = ["Johan Thorén "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust Opsview API Client Library with batteries included" readme = "README.md" keywords = ["opsview"] license = "ISC" repository = "https://github.com/johanthoren/opsview-rs" [lib] name = "opsview" path = "src/lib.rs" [[test]] name = "api_responses" path = "tests/api_responses.rs" [[test]] name = "config_test" path = "tests/config_test.rs" [[test]] name = "opsviewclient_mock_test" path = "tests/opsviewclient_mock_test.rs" [[test]] name = "opsviewclient_test" path = "tests/opsviewclient_test.rs" [[bench]] name = "opsviewclient_benches" path = "benches/opsviewclient_benches.rs" harness = false [dependencies.decimal-percentage] version = "0.1.4" [dependencies.futures] version = "0.3.29" [dependencies.lazy_static] version = "1.4.0" [dependencies.once_cell] version = "1.19.0" [dependencies.percent-encoding] version = "2.3.1" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", ] [dependencies.url] version = "2.5.0" [dev-dependencies.criterion] version = "0.5.1" features = ["async_tokio"] [dev-dependencies.httpmock] version = "0.7.0" [dev-dependencies.mockito] version = "1.4.0" [dev-dependencies.predicates] version = "3.0.4" [dev-dependencies.pretty_assertions] version = "1.4.0"