# 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 = "mindflow" version = "0.1.2" authors = ["Chris Steege"] description = "A command line client for Mindflow" license = "MIT" repository = "https://github.com/nollied/mindflow-cli" [[bin]] name = "mfr" path = "src/main.rs" [dependencies.async-trait] version = "0.1.60" [dependencies.chardet] version = "0.2" [dependencies.clap] version = "4.0.15" features = ["derive"] [dependencies.clipboard] version = "0.5.0" [dependencies.dialoguer] version = "0.10.2" [dependencies.futures] version = "0.3.25" [dependencies.indicatif] version = "0.17.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" features = ["release_max_level_off"] [dependencies.rayon] version = "1.6.1" [dependencies.reqwest] version = "0.10" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.sha2] version = "0.10.6" [dependencies.simdutf8] version = "0.1.4" [dependencies.tokio] version = "0.2" features = ["full"]