# 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 = "blaze-core" version = "0.2.16" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Blaze as a library." homepage = "https://blaze-monorepo.dev" readme = "README.md" license = "MIT" repository = "https://github.com/rnza0u/blaze.git" [lib] name = "blaze_core" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.blaze-common] version = "0.2.16" [dependencies.colored] version = "2.1" [dependencies.dotenvy] version = "0.15" [dependencies.dunce] version = "1.0" [dependencies.fs4] version = "0.8" [dependencies.git2] version = "0.19" features = [ "ssh", "https", "ssh_key_from_memory", "vendored-libgit2", "vendored-openssl", ] default-features = false [dependencies.handlebars] version = "5.1.0" features = [ "string_helpers", "script_helper", ] [dependencies.interprocess] version = "2.0" [dependencies.jrsonnet-evaluator] version = "0.5.0-pre95" features = [ "exp-destruct", "exp-object-iteration", "exp-null-coaelse", ] [dependencies.jrsonnet-stdlib] version = "0.5.0-pre95" features = ["exp-null-coaelse"] [dependencies.jsonschema] version = "0.18" features = ["draft202012"] default-features = false [dependencies.once_cell] version = "1.19" [dependencies.paste] version = "1.0" [dependencies.possibly] version = "1.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" [dependencies.serde_cbor] version = "0.11" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.shared_child] version = "1.0" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.tabled] version = "0.15" [dependencies.terminal_size] version = "0.3" [dependencies.toml] version = "0.8" [dependencies.url] version = "2.5" [dependencies.wax] version = "0.6.0" [dependencies.whoami] version = "1.5" [dependencies.xxhash-rust] version = "0.8" features = [ "xxh3", "xxh64", ] [build-dependencies.blaze-rust-bridge] version = "0.2.16" artifact = ["bin"] target = "target" [build-dependencies.flate2] version = "1.0" [build-dependencies.reqwest] version = "0.12" features = ["blocking"] [build-dependencies.sha2] version = "0.10" [build-dependencies.tar] version = "0.4" [features] default_features = [] testing = [] [target.x86_64-pc-windows-gnu]