# 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 = "rem-utils" version = "0.1.5" authors = [ "VERSE Lab ", "Matthew Britton ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for Rusty Extraction Maestro" readme = "README.md" keywords = [ "utilities", "utils", "rem", ] license = "MIT" repository = "https://github.com/RuleBrittonica/rem-utils.git" [lib] name = "rem_utils" path = "src/lib.rs" [dependencies.ena] version = "0.14" [dependencies.home] version = "0.5.4" [dependencies.log] version = "0.4" [dependencies.nom] version = "7.1.0" [dependencies.proc-macro2] version = "1.0" features = ["span-locations"] [dependencies.quote] version = "1.0" [dependencies.string_cache] version = "0.8" [dependencies.syn] version = "1.0.80" features = [ "extra-traits", "full", "visit", "fold", "visit-mut", "printing", "parsing", ]