# 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" rust-version = "1.63.0" name = "hop" version = "0.1.12" authors = ["Hop Inc."] build = "build.rs" description = "Rust client library for the Api" homepage = "https://hop.io" readme = "README.md" keywords = [ "hop", "api", "client", "async", ] categories = [ "network-programming", "asynchronous", "tokio", ] license = "MPL-2.0" repository = "https://github.com/hopinc/rs#readme" [dependencies.chrono] version = "0.4" optional = true [dependencies.reqwest] version = "0.11" features = [ "json", "multipart", ] default_features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.tokio] version = "1.32" features = ["full"] [features] chrono = [ "dep:chrono", "chrono/serde", ] default = ["rustls-tls-webpki-roots"] native-tls = ["reqwest/native-tls"] rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"] rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"]