# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cwmanage" version = "0.1.8" authors = ["Zach Peters "] description = "A simple crate to help with the Connectwise Manage API" homepage = "https://github.com/zpeters/cwmanage" documentation = "https://docs.rs/cwmanage" readme = "README.md" keywords = ["learning", "connectwise"] license = "MIT" repository = "https://github.com/zpeters/cwmanage" [dependencies.anyhow] version = "1.0.40" [dependencies.base64] version = "0.13.0" [dependencies.reqwest] version = "0.11.2" features = ["blocking"] [dependencies.serde] version = "1.0.124" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.strum] version = "0.20.0" [dependencies.strum_macros] version = "0.20.1" [dependencies.url] version = "2.2.1" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.pretty_assertions] version = "0.7.2"