# 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 = "lithe-cli" version = "0.0.3" authors = ["Yasuhiro Яша Asaka "] exclude = ["test/*"] description = "A cli of lithe" homepage = "https://gitlab.com/grauwoelfchen/lithe" documentation = "https://gitlab.com/grauwoelfchen/lithe" readme = "README.md" keywords = [ "cli", "text", ] categories = [ "command-line-utilities", "text-processing", ] license = "Apache-2.0" repository = "https://gitlab.com/grauwoelfchen/lithe" [[bin]] name = "lithe" path = "src/main.rs" doc = false [[test]] name = "integration" path = "test/test.rs" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.lithe] version = "0.0.3" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [dev-dependencies.predicates] version = "2.0" [badges.gitlab] branch = "trunk" repository = "grauwoelfchen/lithe"