# 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.58.1" name = "radiation" version = "0.3.7" authors = ["Vladislav Melnik "] description = "Convert Rust type into raw bytes and vice versa" readme = "README.md" keywords = [ "binary", "encode", "decode", ] categories = [ "rust-patterns", "encoding", "no-std", ] license = "MIT" repository = "https://github.com/vlad9486/radiation.git" resolver = "2" [[bench]] name = "coding" harness = false [dependencies.bytes] version = "1.5" optional = true [dependencies.hex] version = "0.4.3" [dependencies.nom] version = "7.1" [dependencies.pqcrypto-dilithium] version = "0.5.0" optional = true [dependencies.pqcrypto-traits] version = "0.3.5" optional = true [dependencies.radiation-macros] version = "=0.3.1" optional = true [dependencies.tokio-util] version = "0.7.10" features = ["codec"] optional = true [dev-dependencies.criterion] version = "0.5.1" [features] codec = [ "tokio-util/codec", "bytes", ] default = [ "derive", "std", ] derive = ["radiation-macros"] dilithium = [ "pqcrypto-dilithium", "pqcrypto-traits", ] nightly = [] std = []