# 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" name = "xc3_write" version = "0.14.0" authors = ["ScanMountGoat <>"] build = 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 = "optional_field" path = "tests/optional_field.rs" [[test]] name = "struct" path = "tests/struct.rs" [dependencies.xc3_write_derive] version = "0.14.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hexlit] version = "0.5.5" [dev-dependencies.pretty_assertions] version = "1.4.0"