# 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 = "drawbridge-byte" version = "0.4.2" authors = [ "Profian Inc", "The Enarx Project Developers", ] description = "Utilities for working with contiguous arrays of bytes and easy conversions to and from Base64 representations in string contexts." homepage = "https://github.com/enarx/drawbridge" keywords = [ "drawbridge", "base64", ] categories = ["no-std"] license = "Apache-2.0" repository = "https://github.com/enarx/drawbridge" [dependencies.base64] version = "0.22.0" features = ["alloc"] default-features = false [dependencies.serde] version = "1.0.197" optional = true default-features = false [features] alloc = ["serde?/alloc"] std = ["serde?/std"]