# 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 = "jargon" version = "0.3.5" authors = ["PsypherPunk "] build = "build.rs" description = "Command line tool for displaying a random entry from the Jargon File." readme = "README.md" license = "MPL-2.0" repository = "https://github.com/PsypherPunk/jargon-rs" [package.metadata.deb] extended-description = "Command line tool for displaying a random entry from the Jargon File." section = "misc" [package.metadata.generate-rpm] summary = "Command line tool for displaying a random entry from the Jargon File." [[package.metadata.generate-rpm.assets]] dest = "/usr/bin/jargon" source = "target/release/jargon" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.argh] version = "0" [dependencies.colored] version = "2" [dependencies.rand] version = "0" [build-dependencies.flate2] version = "1" [build-dependencies.regex] version = "1"