# 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" rust-version = "1.60" name = "epee-encoding" version = "0.5.0" authors = ["Boog900"] description = "Epee binary format library." readme = "README.md" keywords = [ "monero", "epee", "no-std", ] license = "MIT" repository = "https://github.com/Boog900/epee-encoding" [dependencies.epee-encoding-derive] version = "0.4" optional = true [dependencies.sealed] version = "0.5.0" [dependencies.thiserror] version = "1" optional = true [dev-dependencies.hex] version = "0.4" [features] default = [ "derive", "std", ] derive = ["dep:epee-encoding-derive"] std = ["dep:thiserror"]