# 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 = "cxd" version = "0.1.1" authors = ["wikki "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a command for commands" readme = "README.md" keywords = [ "cli", "tool", "workflow", "command", "utility", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/wikki01/cxd" [profile.release] strip = true [[bin]] name = "cxd" path = "src/main.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "util" path = "tests/util.rs" [dependencies.const_format] version = "0.2.32" [dependencies.pico-args] version = "0.5.0" [dependencies.rusqlite] version = "0.31.0" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.assert_cmd] version = "2.0.15" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.uuid] version = "1.10.0" features = ["v7"]