# 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 = "2018" name = "base2048" version = "2.0.2" authors = ["LLFourn "] description = "base2048 encoding for efficient encoding of binary data on twitter" homepage = "https://github.com/LLFourn/rust-base2048" documentation = "https://docs.rs/base2048" readme = "README.md" keywords = ["twitter"] categories = ["encoding"] license = "0BSD" repository = "https://github.com/LLFourn/rust-base2048" [dev-dependencies.hex-literal] version = "0.2" [features] default = [] nightly = []