# 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 = "rust_sync_force" version = "0.3.2" description = "Salesforce Sync REST API Client" homepage = "https://github.com/0cv/rust_sync_force" documentation = "https://docs.rs/rust_sync_force" readme = "README.md" keywords = [ "Salesforce", "API", "Rust", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/0cv/rust_sync_force" [dependencies.regex] version = "1.8" features = [ "std", "perf", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1" [dependencies.ureq] version = "2.6" features = [ "json", "cookies", ] [dev-dependencies.anyhow] version = "1.0.70" [dev-dependencies.cargo-license] version = "0.5.1" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.mockito] version = "1.0.2"