# 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 = "env_to_array" version = "0.3.1" authors = ["cyphersnake "] description = "Auxiliary crate for collecting arrays in different encodings from string constant & environment variables" readme = "README.md" license = "MIT" repository = "https://github.com/cyphersnake/env_to_array" [lib] proc-macro = true [dependencies.base32] version = "0.4.0" optional = true [dependencies.base64] version = "0.13.1" optional = true [dependencies.base85] version = "1.1.1" optional = true [dependencies.bs58] version = "0.5.0" optional = true [dependencies.hex] version = "0.4.3" optional = true [dependencies.itertools] version = "0.10.5" [dependencies.proc-macro2] version = "1.0.47" [dependencies.syn] version = "1.0.103" features = ["full"] [features] bs32 = ["dep:base32"] bs58 = ["dep:bs58"] bs64 = ["dep:base64"] bs85 = ["dep:base85"] default = [ "bs58", "bs64", "bs32", "bs85", "hex", ] hex = ["dep:hex"]