# 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 = "instruct" version = "0.1.0" description = "A language to write general purpose 'makefile like' tasks which are powerful and reuseable" homepage = "https://github.com/manuel2258/instruct" readme = "README.md" keywords = [ "automation", "interpreter", "dsl", "language", "make", ] categories = [ "command-line-utilities", "compilers", "development-tools", ] license = "MIT" repository = "https://github.com/manuel2258/instruct" resolver = "2" [lib] name = "instruct" path = "src/lib.rs" [[bin]] name = "inst" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "3" features = ["derive"] [dependencies.fern] version = "0.6" features = ["colored"] [dependencies.figment] version = "0.10" features = [ "toml", "env", ] [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.nom] version = "7" [dependencies.regex] version = "1" [dependencies.serde] version = "=1.0.136" features = ["derive"] [dependencies.thiserror] version = "1"