slice-codec 0.4.0

Library for encoding and decoding Slice types.
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.74"
name = "slice-codec"
version = "0.4.0"
authors = ["ZeroC Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Library for encoding and decoding Slice types.\r
"""
homepage = "https://docs.icerpc.dev/slice"
documentation = "https://docs.rs/slice-codec"
readme = "README.md"
keywords = [
    "slice",
    "ice",
    "icerpc",
]
license = "Apache-2.0"
repository = "https://github.com/icerpc/slicec/slice-codec"
resolver = "3"

[package.metadata.docs.rs]
all-features = true

[features]
alloc = []
default = [
    "std",
    "alloc",
]
std = ["alloc"]

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

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

[dev-dependencies.test-case]
version = "3.3.1"