# 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 = "anslatortray" version = "0.5.0" authors = ["John Zacarias Jekel "] default-run = "anslatortray" description = "A simple Rust library to translate from English to Pig Latin!" documentation = "https://docs.rs/anslatortray/latest/anslatortray/" readme = "README.md" keywords = [ "pig", "latin", "text", "translate", "translator", ] categories = [ "text-processing", "command-line-utilities", "localization", ] license = "MIT" repository = "https://git.jekel.ca/JZJ/anslatortray-rs" [profile.dev] incremental = true [profile.release] lto = true codegen-units = 1 panic = "abort" overflow-checks = false strip = true [profile.release-with-debug] lto = false debug = true panic = "abort" overflow-checks = false inherits = "release" strip = false [lib] name = "anslatortray" path = "src/lib.rs" [[bin]] name = "anslatortray" path = "src/anslatortray.rs" [features] default = [] nightly-features = ["nightly-features-benches"] nightly-features-benches = []