sdec-codec 0.1.0

Snapshot and delta encoding/decoding for the sdec codec
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 = "2021"
rust-version = "1.75"
name = "sdec-codec"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Snapshot and delta encoding/decoding for the sdec codec"
documentation = "https://docs.rs/sdec-codec"
readme = "README.md"
keywords = [
    "netcode",
    "codec",
    "snapshot",
    "delta",
    "replication",
]
categories = [
    "network-programming",
    "game-development",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kplane-dev/sdec"

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

[dependencies.bitstream]
version = "0.1.0"
package = "sdec-bitstream"

[dependencies.schema]
version = "0.1.0"
package = "sdec-schema"

[dependencies.wire]
version = "0.1.0"
package = "sdec-wire"

[dev-dependencies.proptest]
version = "1.4"