# 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 = "reinfer-client" version = "0.35.0" authors = ["reinfer Ltd. "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "API client for Re:infer, the conversational data intelligence platform" homepage = "https://github.com/reinfer/cli" readme = "README.md" license = "Apache-2.0" resolver = "1" [lib] name = "reinfer_client" path = "src/lib.rs" [dependencies.chrono] version = "0.4.22" features = ["serde"] [dependencies.http] version = "0.2.9" [dependencies.log] version = "0.4.17" [dependencies.matches] version = "0.1.10" [dependencies.once_cell] version = "1.16.0" [dependencies.ordered-float] version = "3.9.1" features = ["serde"] [dependencies.regex] version = "1.6.0" [dependencies.reqwest] version = "0.11.12" features = [ "blocking", "gzip", "json", "multipart", "native-tls-vendored", ] default-features = false [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.serde_with] version = "2.0.1" [dependencies.thiserror] version = "1.0.37" [dependencies.url] version = "2.3.1" [dev-dependencies.mockito] version = "0.31.0"