# 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 = "ara_parser" version = "0.6.6" authors = ["Saif Eddin Gmati "] description = "A fault-tolerant, recursive-descent parser for Ara Programming Language 🌲" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ara-lang/ara" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = false debug-assertions = false rpath = true panic = "abort" overflow-checks = false incremental = true strip = "symbols" [lib] doctest = false [[bin]] name = "ara-internal-snapshot" path = "bin/snapshot.rs" [[bench]] name = "bincode" harness = false [dependencies.ara_reporting] version = "0.6.1" [dependencies.ara_source] version = "0.2.0" [dependencies.bincode] version = "2.0.0-rc.2" [dependencies.schemars] version = "0.8.11" [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.pretty_assertions] version = "1.3.0"