bilge 0.4.0

Use bitsized types as if they were a feature of rust.
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 = "bilge"
version = "0.4.0"
authors = ["Hecatia Elegua"]
build = false
include = [
    "src/lib.rs",
    "LICENSE-*",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Use bitsized types as if they were a feature of rust."
documentation = "https://docs.rs/bilge"
readme = "README.md"
keywords = [
    "bilge",
    "bitfield",
    "bits",
    "register",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hecatia-elegua/bilge"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
schemars = [
    "bilge-impl/schemars",
    "arbitrary-int/schemars",
]
serde = [
    "bilge-impl/serde",
    "arbitrary-int/serde",
]

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

[dependencies.arbitrary-int]
version = "2.2.0"

[dependencies.bilge-impl]
version = "=0.4.0"

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.defmt]
version = "1.0"

[dev-dependencies.rustversion]
version = "1.0"

[dev-dependencies.schemars]
version = "0.8"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_test]
version = "1.0"

[dev-dependencies.trybuild]
version = "1.0"

[dev-dependencies.volatile]
version = "0.6"

[dev-dependencies.zerocopy]
version = "0.8"
features = ["derive"]

[lints.clippy]
collapsible_if = "allow"

[lints.rust]
unexpected_cfgs = "allow"