# 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 = "bufferfish" version = "0.1.0" authors = ["Rob Wagner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Binary message utility library for Rust and TypeScript interop." readme = "README.md" keywords = [ "binary-protocol", "typescript", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/robertwayne/bufferfish" [lib] name = "bufferfish" path = "src/lib.rs" [[test]] name = "basic_header" path = "tests/basic_header.rs" [[test]] name = "compile_fail" path = "tests/compile_fail.rs" [[test]] name = "deserialize_struct" path = "tests/deserialize_struct.rs" [[test]] name = "enum_header" path = "tests/enum_header.rs" [[test]] name = "serialize_struct" path = "tests/serialize_struct.rs" [dependencies.bufferfish-core] version = "0.1" [dependencies.bufferfish-derive] version = "0.1" optional = true [dependencies.syn] version = "2" features = ["full"] optional = true [dev-dependencies.trybuild] version = "1" [features] default = [] derive = [ "bufferfish-derive", "syn", ] pretty-print = ["bufferfish-core/unicode-width"]