# 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 = "dbs-snapshot" version = "1.5.1" authors = [ "Amazon Firecracker team ", "Kata Containers Developers", ] autobenches = false description = "A version tolerant state serialization and deserialization library" homepage = "https://github.com/kata-containers/dbs-snapshot" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/kata-containers/dbs-snapshot" [lib] bench = false [[bench]] name = "version_map" harness = false [dependencies.displaydoc] version = "0.2.4" [dependencies.libc] version = "0.2.117" [dependencies.thiserror] version = "1.0.32" [dependencies.versionize] version = "0.1.10" [dependencies.versionize_derive] version = "0.1.5" [dev-dependencies.criterion] version = "0.5.0" default-features = false