[dependencies.indexmap]
version = "2.1.0"
[dependencies.xc3_write_derive]
version = "0.20.0"
[dev-dependencies.hex]
version = "0.4.3"
[dev-dependencies.hexlit]
version = "0.5.5"
[dev-dependencies.pretty_assertions]
version = "1.4.0"
[lib]
name = "xc3_write"
path = "src/lib.rs"
[package]
authors = ["ScanMountGoat <>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "xc3_lib binary writing and layout"
documentation = "https://docs.rs/xc3_write"
edition = "2021"
license = "MIT"
name = "xc3_write"
readme = "README.md"
repository = "https://github.com/ScanMountGoat/xc3_lib"
version = "0.20.0"
[[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"