# 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 = "core-trail-storage" version = "0.1.0" exclude = [".github/*"] description = "Generic storage libaray for interacting with the raw mytiki.com trail assets." homepage = "https://mytiki.com" readme = "README.md" license = "MIT" repository = "https://github.com/tiki/core-trail-storage" [dependencies.aws-config] version = "1.1.7" [dependencies.aws-sdk-s3] version = "1.17.0" features = ["behavior-version-latest"] [dependencies.base64] version = "0.22.0" [dependencies.chrono] version = "0.4.34" features = ["serde"] [dependencies.md-5] version = "0.11.0-pre.3" [dependencies.num-bigint] version = "0.4.4" [dependencies.ring] version = "0.17.8" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.sha3] version = "0.10.8" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio-test] version = "0.4.3" [dev-dependencies.uuid] version = "1.6.1" features = ["v4"]