# 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.80" name = "manatsu" version = "1.5.1" authors = ["Andrew Ferreira "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tools for Manatsu" homepage = "https://github.com/ferreira-tb/manatsu" readme = "README.md" keywords = [ "cli", "manatsu", "tauri", "template", "vue", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/ferreira-tb/manatsu" [[bin]] name = "manatsu" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.7" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.globset] version = "0.4" [dependencies.inquire] version = "0.7" [dependencies.itertools] version = "0.13" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12" features = [ "brotli", "gzip", "json", "rustls-tls", ] [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.taplo] version = "0.13" [dependencies.tokio] version = "1.40" features = [ "macros", "process", "rt-multi-thread", ] [dependencies.toml] version = "0.8" features = ["preserve_order"] [dependencies.walkdir] version = "2.5" [dependencies.zip] version = "2.2" [lints.clippy] clone_on_ref_ptr = "deny" filetype_is_file = "deny" missing_errors_doc = "allow" missing_panics_doc = "allow" module_name_repetitions = "allow" must_use_candidate = "allow" rc_buffer = "deny" rc_mutex = "deny" rest_pat_in_fully_bound_structs = "deny" [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rust] async_fn_in_trait = "allow"