# 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 = "cassandra-sigv4" version = "0.1.3" authors = ["Norbert Szydlik "] description = "SigV4 authenticator for cassandra-cpp-sys" readme = "README.md" keywords = [ "cassandra", "sigv4", "aws", ] license = "Apache-2.0" repository = "https://github.com/NorbertSzydlik/cassandra-sigv4" [dependencies.aws-sigv4] version = "0.55.2" features = ["bytes"] default-features = false [dependencies.cassandra-cpp-sys] version = "1.1.0" [dependencies.chrono] version = "0.4.24" [dependencies.sha256] version = "1.1.3" [dependencies.url-escape] version = "0.1.1" [dev-dependencies.hex] version = "0.4.3"