# 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 = "utf64" version = "1.0.1" authors = ["Mark Musante "] description = "A utility to encode utf-8 strings into utf-64, and decode them back." homepage = "https://utf64.moreplease.com/" documentation = "https://docs.rs/utf64" readme = "README.md" keywords = [ "text", "utility", "string", "unicode", "trait", ] license-file = "LICENSE" repository = "https://github.com/more-please/more-stuff" [dependencies.thiserror] version = "1.0.49" [dev-dependencies.serde_json] version = "1.0.107"