# 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 = "fncmd" version = "2.1.0" authors = ["Sʜɪᴍᴜʀᴀ Yū "] exclude = [ ".*", "rust-toolchain", "*.toml", "justfile", ] description = "Command line interface as a function." readme = "README.md" keywords = [ "cli", "macro", "clap", ] categories = ["command-line-interface"] license = "MPL-2.0" repository = "https://github.com/yuhr/fncmd" [lib] doctest = false [dependencies.clap] version = "4.2.4" features = ["derive"] [dependencies.fncmd-impl] version = "=2.1.0" [dependencies.once_cell] version = "1.17.1" [dev-dependencies.trycmd] version = "0.14.16" features = ["examples"]