# 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 = "bytor" version = "0.1.0" authors = ["Drew Ripberger "] exclude = [ "samples/*", ".github/*", ] description = "A small WIP programming language" readme = "README.md" keywords = ["compiler"] license = "MIT" repository = "https://github.com/drewrip/bytor" [dependencies.anyhow] version = "1.0.83" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.lalrpop-util] version = "0.20.0" features = [ "lexer", "unicode", ] [dependencies.serde] version = "1.0.200" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.117" [dependencies.thiserror] version = "1.0.60" [dependencies.wasm-encoder] version = "0.207.0" [dependencies.wasmparser] version = "0.207.0" [build-dependencies.lalrpop] version = "0.20.0"