# 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 = "orion_lib" version = "7.4.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A library for parsing and executing the Orion Programming Language" documentation = "https://docs.rs/orion_lib" readme = "README.md" keywords = ["programming_language"] categories = ["compilers"] license-file = "LICENSE" repository = "https://github.com/Solarcode-org/orion-lib" [lib] name = "orion_lib" path = "src/lib.rs" [[example]] name = "hello_world" path = "examples/hello_world.rs" [[example]] name = "idle" path = "examples/idle.rs" [[bench]] name = "simple" path = "benches/simple.rs" harness = false [dependencies.color-eyre] version = "0.6.3" [dependencies.lalrpop-util] version = "0.20.2" features = [ "lexer", "unicode", ] [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.thiserror] version = "1.0.60" [dev-dependencies.criterion] version = "0.5.1" [build-dependencies.color-eyre] version = "0.6.3" [build-dependencies.lalrpop] version = "0.20.2"