# 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 = "mataroa-cli" version = "0.1.2" authors = ["Paul Horn "] publish = true description = "Unofficial CLI for mataroa.blog" readme = "README.md" keywords = [ "mataroa", "blog", ] categories = [ "command-line-utilities", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/knutwalker/roa" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false overflow-checks = true strip = true [[bin]] name = "roa" path = "src/main.rs" [dependencies.chrono] version = "0.4.31" features = ["std"] default-features = false [dependencies.clap] version = "4.4.12" features = [ "env", "derive", "string", ] [dependencies.human-date-parser] version = "0.1.1" [dependencies.kommandozeile] version = "0.1.0" features = [ "clap_app_color", "clap_color", "clap_derive", "clap_file", "clap_verbose", "color-eyre", "setup_clap", "setup_color-eyre", "setup_tracing", ] default-features = false [dependencies.pulldown-cmark] version = "0.9.3" default-features = false [dependencies.pulldown-cmark-frontmatter] version = "0.2.0" [dependencies.secrecy] version = "0.8.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.109" [dependencies.serde_yaml] version = "0.9.29" [dependencies.shlex] version = "1.2.0" [dependencies.typed-builder] version = "0.18.0" [dependencies.ureq] version = "2.9.1" features = [ "json", "tls", ] default-features = false [build-dependencies.vergen] version = "8.2.6" features = [ "build", "cargo", "git", "rustc", "gitcl", ] [lints.clippy] all = "warn" cargo = "warn" nursery = "warn" pedantic = "warn" [lints.clippy.multiple_crate_versions] level = "allow" priority = 1 [lints.rust] bad_style = "warn" dead_code = "warn" improper_ctypes = "warn" missing_copy_implementations = "warn" missing_debug_implementations = "warn" no_mangle_generic_items = "warn" non_shorthand_field_patterns = "warn" overflowing_literals = "warn" path_statements = "warn" patterns_in_fns_without_body = "warn" private_bounds = "warn" private_interfaces = "warn" rust_2018_idioms = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unconditional_recursion = "warn" unsafe_code = "warn" unused = "warn" unused_allocation = "warn" unused_comparisons = "warn" unused_crate_dependencies = "warn" unused_extern_crates = "warn" unused_import_braces = "warn" unused_parens = "warn" unused_qualifications = "warn" unused_results = "warn"