# 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 = "aws_config_mod" version = "0.3.0" authors = ["Brian Heise"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Read and modify AWS configuration files while preserving existing whitespace and comments" documentation = "https://docs.rs/aws_config_mod/latest/aws_config_mod/" readme = "README.md" keywords = [ "aws", "config", "sdk", ] license = "MIT OR Apache-2.0" repository = "https://github.com/toadslop/aws_config_mod" [lib] name = "aws_config_mod" path = "src/lib.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.nom] version = "7" features = ["std"] default-features = false [dependencies.thiserror] version = "1"