# 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 = "zserio" version = "0.4.0" authors = ["Clemens Zangl "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Runtime support for zserio" homepage = "https://github.com/Danaozhong/rust-zserio" documentation = "https://docs.rs/rust-zserio" readme = "README.md" keywords = [ "zserio", "serialization", "nds", "ndslive", ] categories = ["encoding"] license = "BSD-3-Clause" repository = "https://github.com/Danaozhong/rust-zserio" [lib] name = "zserio" path = "src/lib.rs" [dependencies.bitreader] version = "0.3.8" [dependencies.duplicate] version = "1.0.0" [dependencies.half] version = "2.4.1" [dependencies.num] version = "0.4.3" [dependencies.rust-bitwriter] version = "0.0.1" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.rstest] version = "0.22.0"