# 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 = "cocomo" version = "0.10.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "COCOMO (Constructive Cost Model) CLI utility and library" readme = "README.md" keywords = [ "loc", "sloc", "cloc", "scc", "tokei", ] license = "MIT" repository = "https://github.com/qtfkwk/cocomo" [lib] name = "cocomo" path = "src/lib.rs" [[bin]] name = "cocomo" path = "src/bin/cocomo.rs" [dependencies.clap] version = "4.5.20" features = [ "derive", "wrap_help", ] [dependencies.clap-cargo] version = "0.14.1" [dependencies.format_num] version = "0.1.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.tokei] version = "12.1.2"