# 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" rust-version = "1.71" name = "tokei" version = "13.0.0-alpha.7" authors = ["Erin Power "] build = "build.rs" include = [ "Cargo.lock", "Cargo.toml", "LICENCE-APACHE", "LICENCE-MIT", "build.rs", "languages.json", "src/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Count your code, quickly." homepage = "https://tokei.rs" readme = "README.md" keywords = [ "utility", "cli", "cloc", "lines", "statistics", ] categories = [ "command-line-utilities", "development-tools", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/XAMPPRocky/tokei.git" [profile.release] lto = "thin" panic = "abort" [lib] name = "tokei" path = "src/lib.rs" [[bin]] name = "tokei" path = "src/main.rs" [dependencies.aho-corasick] version = "1.1.3" [dependencies.arbitrary] version = "1.3.2" features = ["derive"] [dependencies.clap] version = "4" features = [ "cargo", "string", "wrap_help", ] [dependencies.colored] version = "2.1.0" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.dashmap] version = "6.0.1" features = ["serde"] [dependencies.encoding_rs_io] version = "0.1.7" [dependencies.env_logger] version = "0.11.5" features = [] [dependencies.etcetera] version = "0.8.0" [dependencies.grep-searcher] version = "0.1.13" [dependencies.hex] version = "0.4.3" optional = true [dependencies.ignore] version = "0.4.22" [dependencies.log] version = "0.4.22" [dependencies.num-format] version = "0.4.4" [dependencies.once_cell] version = "1.19.0" [dependencies.parking_lot] version = "0.12.3" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.208" features = [ "derive", "rc", ] [dependencies.serde_cbor] version = "0.11.2" optional = true [dependencies.serde_json] version = "1.0.125" [dependencies.serde_yaml] version = "0.9.34" optional = true [dependencies.table_formatter] version = "0.6.1" [dependencies.term_size] version = "0.3.2" [dependencies.toml] version = "0.8.19" [dev-dependencies.git2] version = "0.19.0" features = [] default-features = false [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.strum] version = "0.26.3" [dev-dependencies.strum_macros] version = "0.26.4" [dev-dependencies.tempfile] version = "3.12.0" [build-dependencies.ignore] version = "0.4.22" [build-dependencies.json5] version = "0.4.1" [build-dependencies.serde_json] version = "1.0.125" [build-dependencies.tera] version = "1.20.0" [features] all = [ "cbor", "yaml", ] cbor = [ "dep:hex", "dep:serde_cbor", ] default = [] yaml = ["dep:serde_yaml"]