xc3_write 0.22.0

xc3_lib binary writing and layout
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 = "xc3_write"
version = "0.22.0"
authors = ["ScanMountGoat <>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "xc3_lib binary writing and layout"
documentation = "https://docs.rs/xc3_write"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ScanMountGoat/xc3_lib"

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

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

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

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

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

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

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

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

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

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

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

[dependencies.indexmap]
version = "2.1.0"

[dependencies.xc3_write_derive]
version = "0.22.0"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.hexlit]
version = "0.5.5"

[dev-dependencies.pretty_assertions]
version = "1.4.0"