# 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 = "2018" name = "aws-arn" version = "0.3.1" authors = ["Simon Johnston "] publish = true description = "Provides types, builders, and other helpers to manipulate AWS Amazon Resource Name (ARN) strings" documentation = "https://docs.rs/aws-arn/" readme = "README.md" license = "MIT" repository = "https://github.com/johnstonskj/rust-aws-arn.git" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.regex] version = "1.6" [dependencies.serde] version = "1.0.110" features = ["derive"] optional = true [dev-dependencies.cargo-husky] version = "1" features = [ "precommit-hook", "run-cargo-fmt", "run-cargo-test", ] default-features = false [dev-dependencies.pretty_assertions] version = "1.0.0" [dev-dependencies.proptest] version = "1.0.0" [features] builders = [ "known", "lazy_static", ] default = [ "builders", "known", "serde_support", ] known = [] serde_support = ["serde"]