# 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 = "polenta" version = "0.1.1" authors = ["erhant"] description = "A toy language about polynomials over finite-fields" readme = "README.md" license = "MIT" [[bin]] name = "polenta" path = "src/bin/repl.rs" required-features = ["repl"] [dependencies.colored] version = "2.1.0" optional = true [dependencies.lambdaworks-math] version = "0.7.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.pest] version = "2.7.12" [dependencies.pest_derive] version = "2.7.10" [dependencies.rustyline] version = "14.0.0" optional = true [dependencies.supports-color] version = "3.0.0" [dependencies.thiserror] version = "1.0.62" [features] repl = [ "colored", "rustyline", ]