# 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 = "awssnapio" version = "0.1.0" authors = ["Matthew Seyer "] description = "A library for implementing Read/Seek around an AWS Snapshot." readme = "README.md" keywords = [ "AWS", "Amazon", "EBS", "snapshot", ] license = "LGPL-3.0-only" repository = "https://github.com/forensicmatt/aws-snap-io" [dependencies.aws-config] version = "^0.51" [dependencies.aws-sdk-ebs] version = "^0.21" [dependencies.aws-sdk-ec2] version = "^0.21" [dependencies.aws-smithy-http] version = "^0.51" [dependencies.aws-types] version = "^0.51" [dependencies.base64] version = "0.13.0" [dependencies.bytes] version = "1" [dependencies.hyper] version = "0.14.20" features = ["full"] [dependencies.log] version = "0.4" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10.2" [dependencies.snafu] version = "0.7" [dependencies.tokio] version = "1" features = [ "fs", "io-util", "time", "macros", "rt-multi-thread", ] [dev-dependencies.chrono] version = "0.4" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.fern] version = "0.5" [target."cfg(windows)".dependencies.widestring] version = "1" [target."cfg(windows)".dependencies.windows] version = "0.43.0" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Ioctl", ]