# 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 = "harborc" version = "0.1.1" authors = ["Adam McDaniel"] description = "A language that ports: targeting your thermostat, UFO, and kitchen sink." homepage = "https://adam-mcdaniel.github.io/harbor" documentation = "https://github.com/adam-mcdaniel/harbor" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/adam-mcdaniel/harbor" resolver = "2" [[bin]] name = "harbor" path = "src/main.rs" [dependencies.clap] version = "2.33" [dependencies.comment] version = "0.1.1" [dependencies.lalrpop] version = "0.19" features = ["lexer"] [dependencies.lalrpop-util] version = "0.19" [build-dependencies.lalrpop] version = "0.19" features = ["lexer"]