# 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 = "encode_selector" version = "0.4.2" authors = ["Adam Gian "] description = "Encode an integer index into a selector valid radix using the passed in alphabet." homepage = "https://github.com/adamgian/minify-selectors#readme" keywords = ["radix"] license = "Apache-2.0" repository = "https://github.com/adamgian/minify-selectors.git" [[bench]] name = "encode_selector" harness = false [dependencies.lazy_static] version = "1.4.0" [dependencies.onig] version = "6.4.0" [dev-dependencies.criterion] version = "0.4.0"