# 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 = "smol-base-x" version = "0.1.0" authors = ["mriise "] description = "no-std centric implementation of base-x" readme = "README.md" keywords = [ "base", "base-x", ] categories = ["no_std"] license = "MIT" repository = "https://github.com/mriise/smol-base-x" resolver = "2" [[bench]] name = "lut_vs_match" harness = false [dependencies.const-str] version = "0.3.2" optional = true [dependencies.match-lookup] version = "0.1.0" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.rand] version = "0.8.5" [features] default = [] unstable = [ "const-str", "match-lookup", ]