# 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 = "ddclient-rs" version = "0.1.3" authors = ["Petar Radovic "] description = "A Rust client library for the Direct Decisions API." homepage = "https://directdecisions.com/" readme = "README.md" keywords = [ "api", "client", "direct-decisions", ] license = "BSD-3-Clause" repository = "https://github.com/directdecisions/ddclient-rs" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url-escape] version = "0.1.1" [dev-dependencies.http] version = "0.2.11" [dev-dependencies.httpmock] version = "0.7.0-rc.1"