# 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 = "mcw" version = "1.4.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "mcw - most common word" readme = "README.crates.md" license-file = "LICENSE" [lib] name = "mcw" path = "lib_src/lib.rs" [[bin]] name = "mcw-cli" path = "src/main.rs" [dependencies.colored] version = "2.1.0" optional = true [dependencies.serde] version = "1.0.215" features = ["derive"] optional = true [dependencies.tokio] version = "1.41.1" features = ["full"] optional = true [dependencies.toml] version = "0.8.19" optional = true [features] async = ["tokio"] cli = [ "colored", "serde", "tokio", "toml", ] default = []