# 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" rust-version = "1.75.0" name = "vbs" version = "0.1.7" authors = ["Espresso Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Version-tagged serialization adaptor with compile-time version checking" readme = "README.md" license = "MIT" repository = "https://github.com/EspressoSystems/versioned-binary-serialization.git" [lib] name = "vbs" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3" [dependencies.derive_more] version = "0.99" [dependencies.serde] version = "1.0" features = ["derive"]