# 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 = "n85" version = "0.1.0" exclude = [ "rustfmt.toml", "Cargo.lock", ] description = "N85 (Ascii85 variant) encoder & decoder" documentation = "https://docs.rs/n85" readme = "README.md" keywords = [ "decode", "ascii85", "base85", ] categories = ["encoding"] license = "0BSD" repository = "https://github.com/Demindiro/n85" resolver = "2" [profile.release] lto = "fat" codegen-units = 1 strip = "symbols" [features] alloc = [] default = ["alloc"]