# 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 = "fixcol" version = "0.2.0" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A library for reading and writing fixed width / column delimited data files." homepage = "https://github.com/BrianLondon/fixcol" documentation = "https://crates.io/crates/fixcol" readme = "README.md" keywords = [ "fixed", "column", "serialization", "parse", "file", ] categories = [ "encoding", "parsing", ] license = "MIT" repository = "https://github.com/BrianLondon/fixcol" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "fixcol" path = "src/lib.rs" doc-scrape-examples = false [[example]] name = "habsburgs" path = "examples/habsburgs/main.rs" required-features = ["experimental-write"] [[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_options" path = "tests/test_options.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" [dependencies.fixcol-derive] version = "0.2.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" [features] experimental-write = []