# 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 = "pink-s3" version = "0.7.0" description = "Simple S3 client for Phala's pink" homepage = "https://github.com/Phala-Network/phala-blockchain" readme = "README.md" keywords = [ "phat-contract", "pink", "ink", "S3", ] license = "Apache-2.0" [dependencies.base16] version = "0.2.1" features = ["alloc"] default-features = false [dependencies.chrono] version = "0.4" features = ["alloc"] default-features = false [dependencies.hmac] version = "0.12.1" default-features = false [dependencies.pink] version = "0.4.0" default-features = false [dependencies.scale] version = "3.6.5" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = "2.10.0" features = ["derive"] optional = true default-features = false [dependencies.sha2] version = "0.10.2" default-features = false [dev-dependencies] [features] default = ["std"] std = [ "scale/std", "scale-info/std", "pink/std", "chrono/std", ]