# 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 = "portier" version = "0.2.0" authors = ["The Portier project contributors"] description = "Portier client for Rust" readme = "README.md" license = "MIT" repository = "https://github.com/portier/portier-rs" [dependencies.base64] version = "0.21.0" [dependencies.bytes] version = "1.0.1" [dependencies.hyper] version = "0.14.9" features = [ "http1", "http2", "client", ] optional = true [dependencies.hyper-tls] version = "0.5.0" optional = true [dependencies.ring] version = "0.17.5" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.thiserror] version = "1.0.25" [dependencies.tokio] version = "1.8.4" features = [ "rt", "sync", ] optional = true [dependencies.url] version = "2.2.2" features = ["serde"] [dev-dependencies.log] version = "0.4.14" [dev-dependencies.rocket] version = "= 0.5.0-rc.4" [dev-dependencies.tokio] version = "1.8.4" features = [ "io-util", "io-std", "macros", "rt", ] [features] default = ["simple-store"] simple-store = [ "tokio", "hyper", "hyper-tls", ]