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