# 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 = "rpmexpr" version = "0.1.0" authors = [ "Fyra Labs ", "madonuko ", ] description = "A parser for %[RPM expressions]" readme = "README.md" keywords = [ "rpmspec", "rpm", "packaging", ] categories = [ "parser-implementations", "parsing", ] license = "MIT" repository = "https://github.com/rpm-rs/rpmspec-rs" [dependencies.chumsky] version = "0.9.2" [dependencies.color-eyre] version = "0.6.2" [dependencies.parking_lot] version = "0.12.1" [dependencies.rpmspec-common] version = "0.1.0" [dependencies.smartstring] version = "1.0.1" [dependencies.thiserror] version = "1.0.50"