# 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 = "webbuf" version = "0.1.0" authors = ["Ryan X. Charles (https://ryanxcharles.com)"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for fast base64 and hex encoding/decoding" homepage = "https://github.com/ryanxcharles/webbuf" readme = "README.md" keywords = [ "base64", "hex", "encoding", "performance", "web", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/ryanxcharles/webbuf" [lib] name = "webbuf" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.hex] version = "0.4" [dependencies.wasm-bindgen] version = "0.2" optional = true [build-dependencies.wasm-pack] version = "0.13.0" [features] default = ["wasm"] wasm = ["wasm-bindgen"]