# 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" rust-version = "1.70.0" name = "tick-encoding" version = "0.1.2" authors = ["Kyle Lacy "] description = "A simple encoding scheme to encode binary data into ASCII strings" readme = "README.md" keywords = [ "bytes", "binary", "encoding", "percent", ] categories = [ "encoding", "no-std", "no-std::no-alloc", ] license = "MIT OR Unlicense" repository = "https://github.com/kylewlacy/tick-encoding" [[bench]] name = "decode_in_place" harness = false [[bench]] name = "decode" harness = false [[bench]] name = "encode" harness = false [dependencies.thiserror] version = "1.0.56" optional = true [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.divan] version = "0.1.11" [dev-dependencies.proptest] version = "1.4.0" [features] alloc = [] default = ["std"] safe = [] std = [ "alloc", "dep:thiserror", ]