# 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.76.0" name = "wenmoon" version = "0.3.0" authors = ["George Ornbo "] description = "Your crypto portfolio and terminal together at last" homepage = "https://github.com/shapeshed/wenmoon" readme = "README.md" keywords = [ "cli", "filesystem", "shell", "tool", "utility", ] categories = [ "command-line-utilities", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/shapeshed/wenmoon" [profile.release] lto = true codegen-units = 1 debug = 0 strip = true [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.separator] version = "0.4.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.tabled] version = "0.15.0" features = ["ansi"] [dependencies.tokio] version = "1" features = ["full"] [target."cfg(unix)".dependencies.nix] version = "0.28.0" features = [ "fs", "user", ] default-features = false [target."cfg(windows)".dependencies.which] version = "6.0.1"