# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sarcasm" version = "0.1.0" authors = ["Connor Fitzgerald "] exclude = ["rust-toolchain", ".appveyor.yml", ".gitignore", ".rustfmt.toml", ".travis.yml"] description = "SaRcAsM tExT creation and validation library." homepage = "https://github.com/cwfitzgerald/sarcasm-rs" readme = "README.md" keywords = ["fun", "sarcasm", "text", "encoding", "decoding"] categories = ["text-processing", "value-formatting", "encoding", "localization"] license = "MIT" repository = "https://github.com/cwfitzgerald/sarcasm-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [dependencies.chrono] version = "0.4.7" [dependencies.clipboard] version = "0.5.0" [dependencies.fern] version = "0.5.8" [dependencies.log] version = "0.4.8" [dependencies.sarcasm-utils] version = "0.1.0" [dependencies.structopt] version = "0.2.18" [badges.appveyor] repository = "cwfitzgerald/sarcasm-rs" [badges.is-it-maintained-issue-resolution] respository = "cwfitzgerald/sarcasm-rs" [badges.is-it-maintained-open-issues] respository = "cwfitzgerald/sarcasm-rs" [badges.maintenance] status = "actively-maintained" [badges.travis-ci] repository = "cwfitzgerald/sarcasm-rs"