# 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 = "spacebadgers-utils" version = "1.0.0" authors = ["Marco Quinten "] description = "A collection of utilities for the SpaceBadgers project." homepage = "https://github.com/splittydev/spacebadgers" license = "MIT" repository = "https://github.com/splittydev/spacebadgers" resolver = "1" [[bench]] name = "minify" harness = false [dependencies.once_cell] version = "1.17.1" [dependencies.regex] version = "1.8.2" features = [ "std", "perf", "unicode-perl", ] default-features = false [dev-dependencies.criterion] version = "0.5.0" features = ["html_reports"]