[dependencies.fixcol-derive]
version = "0.1.0"
[dev-dependencies.chrono]
version = "0.4.38"
[dev-dependencies.escargot]
version = "0.5.12"
[dev-dependencies.regex]
version = "1.10.6"
[dev-dependencies.tempfile]
version = "3.12.0"
[dev-dependencies.trybuild]
version = "1.0.99"
[[example]]
name = "habsburgs"
path = "examples/habsburgs/main.rs"
required-features = ["experimental-write"]
[features]
experimental-write = []
[lib]
name = "fixcol"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding", "parsing"]
description = "A library for reading and writing fixed width / column delimited data files."
edition = "2021"
homepage = "https://github.com/BrianLondon/fixcol"
keywords = ["fixed", "column", "serialization", "parse", "file"]
license = "MIT"
name = "fixcol"
publish = true
readme = "README.md"
repository = "https://github.com/BrianLondon/fixcol"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "examples"
path = "tests/examples.rs"
[[test]]
name = "test_derive_enum"
path = "tests/test_derive_enum.rs"
[[test]]
name = "test_derive_nested"
path = "tests/test_derive_nested.rs"
[[test]]
name = "test_derive_struct"
path = "tests/test_derive_struct.rs"
[[test]]
name = "test_derive_tuple_struct"
path = "tests/test_derive_tuple_struct.rs"
[[test]]
name = "test_enum_field"
path = "tests/test_enum_field.rs"
[[test]]
name = "test_multi_attr"
path = "tests/test_multi_attr.rs"
[[test]]
name = "test_strict"
path = "tests/test_strict.rs"
[[test]]
name = "test_write_failure"
path = "tests/test_write_failure.rs"
[[test]]
name = "ui"
path = "tests/ui.rs"