# 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 = "tagged-base64" version = "0.4.0" authors = ["Espresso Systems "] description = "User-oriented format for binary data. Tagged Base64 is intended to be used in user interfaces including URLs and text to be copied and pasted without the need for additional encoding, such as quoting or escape sequences." license = "MIT" [package.metadata.wasm-pack.profile.release] wasm-opt = [ "-Os", "--enable-mutable-globals", ] [lib] crate-type = [ "cdylib", "rlib", ] [[bin]] name = "tagged-base64" required-features = ["build-cli"] [dependencies.ark-serialize] version = "0.4" features = ["derive"] optional = true default-features = false [dependencies.ark-std] version = "0.4" default-features = false [dependencies.base64] version = "0.22" [dependencies.clap] version = "4.0" features = ["derive"] optional = true [dependencies.crc-any] version = "2.4.1" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.snafu] version = "0.8" [dependencies.tagged-base64-macros] version = "0.4.0" default-features = false [dev-dependencies.ark-bls12-381] version = "0.4" [dev-dependencies.bincode] version = "1.3" [dev-dependencies.getrandom] version = "0.2" features = ["js"] [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck_macros] version = "1.0" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.wasm-bindgen-test] version = "0.3.28" [features] ark-serialize = ["dep:ark-serialize"] build-cli = ["dep:clap"] default = [ "ark-serialize", "serde", "wasm-bindgen", ] serde = [ "dep:serde", "tagged-base64-macros/serde", ] wasm-bindgen = ["dep:wasm-bindgen"] wasm-debug = ["dep:console_error_panic_hook"] [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.7" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.78" features = ["serde-serialize"] optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.49" features = [ "console", "Headers", "RequestInit", "RequestMode", "Request", "Response", "Window", ] optional = true