# 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 = "dbang" version = "0.2.0" authors = ["linux_china "] description = "CLI to manage Deno scripts" homepage = "https://dbang.dev" documentation = "https://dbang.dev" readme = "README.md" keywords = [ "dbang", "deno", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/dbangdev/dbang" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "dbang-shim" path = "src/dbang-shim.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.2" [dependencies.clap_complete] version = "3.2" [dependencies.colored] version = "2" [dependencies.colored_json] version = "2" [dependencies.dirs] version = "4" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.symlink] version = "0.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.update-informer] version = "0.5" features = ["github"] default_features = false [dependencies.which] version = "4" [dependencies.zip] version = "0.6"