# 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 = "petalang" version = "0.0.1" description = "A toy interpreted language" license = "MIT" [[bin]] name = "pet" path = "src/main.rs" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.glob] version = "0.3.1" [dependencies.itertools] version = "0.13.0" [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.owo-colors] version = "4.0.0" [dependencies.pest] version = "2.7.10" [dependencies.pest_derive] version = "2.7.10" [dependencies.rustyline] version = "14.0.0" features = ["derive"]