# 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" rust-version = "1.75.0" name = "wiserone" version = "0.0.5" authors = ["Wiserone Contributors "] build = "build.rs" exclude = [ "/.git/*", "/.github/*", "/.gitignore", "/.vscode/*", ] include = [ "/benches/**", "/build.rs", "/Cargo.toml", "/CONTRIBUTING.md", "/examples/**", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", "/src/**", "/tests/**", ] description = "Daily nuggets of wisdom in a clean, minimalist design, inspiring deeper thought and personal growth with every visit." homepage = "https://wiserone.com" documentation = "https://lib.rs/crates/wiserone" readme = "README.md" keywords = [ "Wisdom", "Quotes", "Inspiration", "Insights", "Reflection", ] categories = [ "development-tools", "command-line-utilities", "template-engine", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sebastienrousseau/wiserone" [package.metadata.docs.rs] all-features = true [profile.bench] debug = 2 [profile.dev] opt-level = 0 lto = false codegen-units = 256 debug = 2 debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true strip = false [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false strip = "symbols" [profile.test] opt-level = 0 lto = false codegen-units = 256 debug = 2 debug-assertions = true rpath = false overflow-checks = true incremental = true strip = false [lib] name = "wiserone" crate-type = ["lib"] path = "src/lib.rs" [[bench]] name = "benchmark" path = "benches/criterion.rs" harness = false [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.18" features = [ "env", "derive", ] [dependencies.csv] version = "1.3.0" [dependencies.dtt] version = "0.0.5" [dependencies.env_logger] version = "0.11.1" [dependencies.figlet-rs] version = "0.1.5" [dependencies.openssl] version = "0.10.63" features = ["vendored"] [dependencies.rlg] version = "0.0.2" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.serde_yaml] version = "0.9.31" [dependencies.toml] version = "0.8.9" [dependencies.uuid] version = "1.7.0" features = [ "serde", "v4", ] [dependencies.vrd] version = "0.0.5" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.mockall] version = "0.12.1" [features] default = []