# 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 = "toiletcli" version = "0.12.0" authors = ["toiletbril"] include = ["/src"] description = "Framework for command line applications." readme = "README.md" keywords = [ "cli", "tools", "lib", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/toiletbril/toiletcli" [profile.release] opt-level = 3 lto = true strip = true [lib] name = "toiletcli" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" test = true [[example]] name = "cat" path = "examples/cat.rs" [[example]] name = "flags" path = "examples/flags.rs" [[example]] name = "colors" path = "examples/colors.rs" [dependencies.atty] version = "0.2.14" [features] colors = [] default = [ "flags", "colors", "escapes", ] escapes = [] flags = [] mock_codes = ["colors"]