# 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 = "leg" version = "1.0.2" authors = ["Jesús Rubio "] include = [ "src/**/*", "Cargo.toml", ] description = "🔈 Elegant print for lazy devs (async-std)" documentation = "https://docs.rs/leg" readme = "README.md" keywords = [ "print", "cli", "log", "await", "async", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools", "asynchronous", "concurrency", ] license = "MIT" repository = "https://github.com/jesusprubio/leg.git" resolver = "2" [package.metadata.commands] deps = "cargo install cargo-audit cargo-sync-readme && rustup component add rustfmt clippy" format = "cargo fmt" postformat = "cargo clippy" pretest = "cargo cmd format && cargo audit" test = "cargo test -- --nocapture" posttest = "cargo sync-readme" [dependencies.async-std] version = "1.9.0" features = [ "unstable", "attributes", ] [dependencies.colored] version = "2.0.0"