# 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 = "jnk" version = "0.2.1" authors = ["Jenna Fligor"] description = "Jenna's Number Kruncher: a library for parsing math expressions." readme = "README.md" license = "MIT" repository = "https://github.com/Ex-32/jnk/" [lib] name = "jnk" path = "src/lib/lib.rs" [[bin]] name = "jnk" path = "src/bin/jnk/main.rs" [dependencies.clap] version = "4.3.1" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.once_cell] version = "1.18.0" [dependencies.owo-colors] version = "3.5.0" features = ["supports-colors"] [dependencies.pest] version = "2.6.0" [dependencies.pest_derive] version = "2.6.0" [dependencies.rug] version = "1.19.2" [dependencies.rustyline] version = "12.0.0" [dependencies.thiserror] version = "1.0.40"