# 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 = "resend" version = "0.1.4" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "resend is a easy to use, performant, customizable and extendable Rust library for little-endian/big-endian serializing and deserializing." readme = "README.md" keywords = [ "serialize", "deserialize", "encode", "decode", "endian", ] categories = [ "encoding", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/WalterYongtaoWang/resend" [lib] name = "resend" path = "src/lib.rs" [[test]] name = "macro_test" path = "tests/macro_test.rs" [dependencies.resend_derive] version = "0.1" [features] MAX_LEN_100M = [] MAX_LEN_2G = [] MAX_LEN_500M = [] big = [] default = [] len_16 = [] len_vlq = [] little = [] unstable = []