# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "leafbuild" version = "0.0.1-dev.1" authors = ["Dinu Blanovschi "] build = "build.rs" description = "A WIP C/C++ buildsystem." documentation = "https://leafbuild.github.com/docs" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/leafbuild/leafbuild" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.codespan-reporting] version = "0.9" [dependencies.itertools] version = "0.9" [dependencies.lalrpop-util] version = "0.19" [dependencies.log] version = "0.4" [dependencies.logos] version = "0.11" [dependencies.paste] version = "1.0" [dependencies.pretty_env_logger] version = "0.4" [dependencies.regex] version = "1" [dependencies.term] version = "0.6" [dependencies.termcolor] version = "1.1" [dependencies.unindent] version = "0.1" [dependencies.which] version = "4.0" [build-dependencies.lalrpop] version = "0.19" [features] c = [] cpp = [] default = []