# 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 = "phabricator-mock" version = "0.0.4" authors = ["Sjoerd Simons "] description = "Mock crate for the Phabricator web API" homepage = "https://github.com/sjoerdsimons/phabricator-rs" license = "MIT OR Apache-2.0" repository = "https://github.com/sjoerdsimons/phabricator-rs" [dependencies.anyhow] version = "1.0.38" [dependencies.derive_builder] version = "0.9.0" [dependencies.form_urlencoded] version = "1.0" [dependencies.rand] version = "0.8.3" [dependencies.rust_decimal] version = "1.10" features = ["serde-str"] [dependencies.serde] version = "1.0.123" [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2.2.0" [dependencies.wiremock] version = "0.5.2"