# 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] name = "versionize" version = "0.2.0" authors = ["Amazon Firecracker team "] description = "A version tolerant serialization/deserialization framework." readme = "README.md" keywords = [ "serialization", "version", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/firecracker-microvm/versionize" [dependencies.bincode] version = "1.2.1" [dependencies.crc64] version = "2.0.0" [dependencies.serde] version = "1.0.27" [dependencies.serde_derive] version = "1.0.27" [dependencies.versionize_derive] version = "0.1.6" [dependencies.vmm-sys-util] version = "0.12.1" [build-dependencies.proc-macro2] version = "1.0" [build-dependencies.quote] version = "1.0" [build-dependencies.syn] version = "1.0.13" features = [ "default", "full", ] [badges.maintenance] status = "experimental"