# 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 = "ahqstore_cli_rs" version = "0.7.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "AHQ Store CLI" homepage = "https://github.com/ahqstore/cli" readme = "README.md" license = "MIT" repository = "https://github.com/ahqstore/cli" [package.metadata.binstall] pkg-fmt = "zip" pkg-url = "{ repo }/releases/download/{ version }/{ name }-{ target }.zip" [profile.release] lto = true strip = "symbols" [lib] name = "ahqstore_cli_rs" crate-type = ["cdylib"] path = "src/lib.rs" [[bin]] name = "ahqstore" path = "src/main.rs" [dependencies.ahqstore-types] version = "3" features = ["apps_repo"] [dependencies.chalk_rs] version = "1" [dependencies.image] version = "0.25" features = [ "rayon", "png", ] default-features = false [dependencies.inquire] version = "0" features = ["editor"] [dependencies.lazy_static] version = "1" [dependencies.napi] version = "2" features = ["napi4"] optional = true default-features = false [dependencies.napi-derive] version = "2" optional = true [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.12" features = [ "json", "blocking", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [build-dependencies.napi-build] version = "2" optional = true [features] node = [ "dep:napi", "dep:napi-build", "dep:napi-derive", ] [target."cfg(unix)".dependencies.openssl-sys] version = "0.9" features = ["vendored"]