# 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 = "raws-dynamodb" version = "0.0.3" authors = ["Cyril Plisko "] description = "RAWS DynamoDB component" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/awscli-rs/awscli" [dependencies.aws-sdk-dynamodb] version = "1.1" [dependencies.clap] version = "4.2" features = [ "derive", "env", ] [dependencies.config] version = "0.0.3" package = "raws-config" [dependencies.error] version = "0.0.3" package = "raws-error" [dependencies.parsers] version = "0.0.3" package = "raws-parsers" [dependencies.show] version = "0.0.3" package = "raws-show" [dependencies.thiserror] version = "1.0" [lints.clippy] map_flatten = "warn" map_unwrap_or = "warn" use_self = "warn" [lints.rust] deprecated_in_future = "warn" future_incompatible = "warn" missing_debug_implementations = "warn" noop_method_call = "warn" rust_2018_compatibility = "warn" rust_2018_idioms = "warn" rust_2021_compatibility = "warn" trivial_casts = "warn" unreachable_pub = "warn" unused = "warn" warnings = "deny"