# 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 = "byte-fmt" version = "0.3.0-rc1" authors = ["Anton Sol "] description = "B64 and AB newtype for parsing and printing" homepage = "https://www.linkspace.dev" documentation = "https://www.linkspace.dev/docs/guide/index.html" readme = "README.md" keywords = [ "base64", "abe", "newtype", ] categories = [ "encoding", "parsing", ] license = "MPL-2.0" repository = "https://github.com/AntonSol919/linkspace" [dependencies.abe] version = "0.3.0-rc1" [dependencies.base64] version = "=0.21" [dependencies.bytemuck] version = "1.13.1" features = ["derive"] [dependencies.ruint] version = "1.7.0" [dependencies.serde] version = "=1.0.160" [dependencies.serde_bytes] version = "0.11.6" [dependencies.tracing] version = "=0.1.37" features = ["release_max_level_info"]