# 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 = "bytecon" version = "0.1.14" authors = ["Austin Heller"] description = "A trait for easily converting to-and-from an array of bytes." readme = "README.md" keywords = [ "encoding", "trait", "serialization", "networking", "streaming", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/AustinHellerRepo/bytecon" [dependencies.bincode] version = "1" optional = true [dependencies.burn] version = "0.14" optional = true [dependencies.paste] version = "1" [dependencies.rand] version = "0.8" optional = true [dependencies.rand_chacha] version = "0.3" optional = true [dependencies.rustls] version = "0.21" optional = true [dependencies.serde] version = "1" optional = true [dependencies.thiserror] version = "2" [dependencies.tokio] version = "1" features = ["full"] optional = true [dependencies.tokio-rustls] version = "0.23" optional = true [features] bincode = [ "dep:bincode", "dep:serde", ] burn = ["dep:burn"] burn_dtype = ["dep:burn"] default = [] rand = [ "dep:rand", "dep:rand_chacha", ] rustls = ["dep:rustls"] tokio = [ "dep:tokio", "dep:tokio-rustls", ]