# 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 = "skate" version = "0.0.0" authors = ["Nixon Enraght-Moony "] description = "A Programing language for rapid iteration" license = "MIT/Apache-2.0" repository = "https://github.com/aDotInTheVoid/skate/" [profile.dev.package."*"] opt-level = 3 [dependencies.codespan-reporting] version = "0.11.1" [dependencies.eyre] version = "0.6.5" [dependencies.fs-err] version = "2.5.0" [dependencies.lalrpop-util] version = "0.19.5" [dependencies.regex] version = "1.4.5" [dependencies.serde] version = "1.0.124" [dependencies.serde_json] version = "1.0.64" [dev-dependencies.insta] version = "1.7.0" [build-dependencies.lalrpop] version = "0.19.5"