# 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 = "psi-lang" version = "0.3.0" authors = ["curlpipe <11898833+curlpipe@users.noreply.github.com>"] description = "A language for configuration and extension" homepage = "https://github.com/curlpipe/psi" readme = "README.md" keywords = ["language", "embeddable", "scripting"] license = "MIT" repository = "https://github.com/curlpipe/psi" [profile.release] lto = "fat" codegen-units = 1 debug = true panic = "abort" [dependencies.mimalloc] version = "0.1.24" default-features = false [dependencies.pest] version = "2.1.3" [dependencies.pest_consume] version = "1.0.6" [dependencies.quick-error] version = "2.0.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.smartstring] version = "0.2.6"