# 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 = "rustforce" version = "0.2.2" authors = ["tzmfreedom "] description = "Salesforce REST API Client" homepage = "https://github.com/tzmfreedom/rustforce" documentation = "https://docs.rs/rustforce" readme = "README.md" keywords = ["Salesforce", "API"] categories = ["web-programming"] license = "MIT" repository = "https://github.com/tzmfreedom/rustforce" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11.4" features = ["json"] [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dev-dependencies.anyhow] version = "1.0.32" [dev-dependencies.cargo-license] version = "0.3.0" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.mockito] version = "0.27.0" [dev-dependencies.tokio] version = "1.0" features = ["rt-multi-thread", "macros"]