# 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 = "smartsheet-rs" version = "0.6.2" authors = ["Ritvik Nag "] description = "Async Smartsheet API implementation in Rust" readme = "README.md" keywords = [ "smartsheet", "api", "async", "smartsheet-api", "client", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/rnag/smartsheet-rs" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [dependencies.hyper] version = "0.14.16" features = ["client"] default-features = false [dependencies.hyper-rustls] version = "0.23.0" features = [ "native-tokio", "tls12", ] optional = true default-features = false [dependencies.hyper-tls] version = "0.5.0" optional = true [dependencies.log] version = "0.4.14" optional = true [dependencies.rustls] version = "0.20.1" optional = true default-features = false [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.78" default-features = false [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.indoc] version = "1.0.4" [dev-dependencies.sensible-env-logger] version = "0.1" [dev-dependencies.tabled] version = "0.4.2" [dev-dependencies.tokio] version = "1.16.1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.version-sync] version = "0.9.4" [features] default = [ "rust-tls", "logging", "serde-std", ] http1 = ["hyper/http1"] http2 = ["hyper/http2"] logging = ["log"] native-tls = [ "http1", "hyper-tls", ] rust-tls = [ "hyper-rustls/http1", "hyper-rustls/http2", "hyper-rustls", "rustls", ] rust-tls-logging = ["hyper-rustls/logging"] serde-alloc = ["serde_json/alloc"] serde-std = ["serde_json/std"]