# 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 = "quote-it" version = "0.1.0" authors = ["Rafayel Amirkhanyan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A quoting utility in the terminal" readme = "README.md" keywords = [ "CLI", "Quotes", "Fun", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/Gitter499/quote-it-rs" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "quote-it" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.homedir] version = "0.3.3" [dependencies.polodb_core] version = "4.4.2" [dependencies.serde] version = "1.0.204" features = ["derive"]