# 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 = "angelmarkup" version = "1.1.0" authors = ["Alexander Abraham "] exclude = [ "/.github", "sample", ] description = "Simple data storage with no drama." homepage = "https://github.com/iamtheblackunicorn/angelmarkup" documentation = "https://github.com/iamtheblackunicorn/angelmarkup" readme = "README.markdown" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/iamtheblackunicorn/angelmarkup" resolver = "2" [[bin]] name = "amlc" path = "src/main.rs" [dependencies.cleasy] version = "1.0.0" [dependencies.colored] version = "2.0.0" [dependencies.regex] version = "1.5.5" [dependencies.serde_json] version = "1.0.79"