# 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" rust-version = "1.62.1" name = "lunir" version = "0.2.0" description = "A universal intermediate representation oriented towards Lua." homepage = "https://github.com/lunir-project/lunir" readme = "README.md" license = "MIT" repository = "https://github.com/lunir-project/lunir" [package.metadata.msrv] msrv = "1.62.1" [profile.actions] opt-level = 0 inherits = "dev" [profile.actions.package."*"] opt-level = 0 [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [profile.release] lto = "thin" [dependencies.anyhow] version = "1.0.69" [dependencies.derive_builder] version = "0.12.0" [dependencies.itertools] version = "0.10.5"