# 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 = "scatterbrainedsearch" version = "2.5.0" authors = ["molese "] include = ["src/*.rs", "Cargo.toml", "Cargo.lock", "LICENSE", "README.md"] autotests = false description = "Scatterbrained implementation of minigrep" readme = "README.md" keywords = ["utility", "pattern-matching", "grep", "search"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/m0lese/scatterbrainedsearch" resolver = "2" [package.metadata.deb] assets = ["target/release/sbs", "~/.local/bin", "755"] depends = "$auto" extended-description = "Scatterbrained implementation of minigrep" license-file = ["LICENSE"] [profile.release] opt-level = 3 lto = "fat" codegen-units = 16 debug = false debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false [lib] name = "scatterbrainedsearch" path = "src/lib.rs" [[bin]] name = "sbs" path = "src/main.rs" bench = false