# 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 = "boltbuild" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "boltbuild" description = "BoltBuild is a programmable build system." homepage = "https://github.com/motor-dev/Motor" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/motor-dev/Motor" [lib] name = "boltbuild" path = "src/lib.rs" [[bin]] name = "boltbuild" path = "src/main.rs" [dependencies.bincode] version = "2.0.0-rc.3" features = ["serde"] [dependencies.blake3] version = "~1" [dependencies.clap] version = "~4" features = ["string"] [dependencies.colored] version = "~2" [dependencies.crossbeam] version = "~0" [dependencies.crossterm] version = "~0" [dependencies.glob] version = "~0" [dependencies.include_dir] version = "~0" [dependencies.lazy_static] version = "~1" [dependencies.mlua] version = "~0.10" features = [ "lua54", "vendored", "userdata-wrappers", ] [dependencies.regex] version = "~1" [dependencies.serde] version = "~1" features = ["derive"] [dependencies.serde_json] version = "~1" [dependencies.subprocess] version = "~0"