# 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 = "bytey_bincode" version = "0.1.1" description = "Bytey Bincode Extension, use Bytey instead" homepage = "https://github.com/Stefanowhb/bytey" keywords = [ "buffers", "io", "utility", "byte", "endian", ] categories = [ "data-structures", "encoding", "network-programming", "bincode", ] license = "MIT" repository = "https://github.com/Stefanowhb/bytey" [[test]] name = "bincode_serialize" path = "tests/test.rs" [dependencies.bincode] version = "2.0.0-beta.2" [dependencies.bytey_byte_buffer] version = "0.2.1"