vercode 0.5.0

Low overhead versionable serialization of Rust data structures
Documentation
# 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 = "2024"
name = "vercode"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low overhead versionable serialization of Rust data structures"
homepage = "https://github.com/microsoft/vercode"
readme = "README.md"
license = "MIT"
repository = "https://github.com/microsoft/vercode"

[lib]
name = "vercode"
path = "src/lib.rs"

[[test]]
name = "array_tests"
path = "tests/array_tests.rs"

[[test]]
name = "basic_tests"
path = "tests/basic_tests.rs"

[[test]]
name = "collection_tests"
path = "tests/collection_tests.rs"

[[test]]
name = "enum_tests"
path = "tests/enum_tests.rs"

[[test]]
name = "error_tests"
path = "tests/error_tests.rs"

[[test]]
name = "network_tests"
path = "tests/network_tests.rs"

[[test]]
name = "no_default_test"
path = "tests/no_default_test.rs"

[[test]]
name = "option_tests"
path = "tests/option_tests.rs"

[[test]]
name = "primitive_tests"
path = "tests/primitive_tests.rs"

[[test]]
name = "string_tests"
path = "tests/string_tests.rs"

[[test]]
name = "transparent_tests"
path = "tests/transparent_tests.rs"

[[test]]
name = "versioning_tests"
path = "tests/versioning_tests.rs"

[[bench]]
name = "vercode_bench"
path = "benches/vercode_bench.rs"
harness = false

[dependencies.uuid]
version = "1.18.1"
features = ["v4"]

[dependencies.vercode-macros]
version = "0.5.0"

[dev-dependencies.bincode]
version = "1"

[dev-dependencies.criterion]
version = "0.7.0"

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.uuid]
version = "1.18.1"
features = [
    "v4",
    "v4",
    "serde",
]