# 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 = "positional" version = "0.4.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to author/parse positional files" readme = "README.md" license = "MIT" repository = "https://github.com/primait/positional.rs" [lib] name = "positional" path = "src/lib.rs" [[example]] name = "enum" path = "examples/enum.rs" [[example]] name = "test" path = "examples/test.rs" [[example]] name = "write" path = "examples/write.rs" [[test]] name = "external_types" path = "tests/external_types.rs" [[test]] name = "name_clashes" path = "tests/name_clashes.rs" [[test]] name = "optional_field" path = "tests/optional_field.rs" [[test]] name = "parse_row" path = "tests/parse_row.rs" [[test]] name = "positional_file" path = "tests/positional_file.rs" [[test]] name = "positional_file_with_counter" path = "tests/positional_file_with_counter.rs" [[bench]] name = "enum" path = "benches/enum.rs" harness = false [[bench]] name = "serde" path = "benches/serde.rs" harness = false [[bench]] name = "write_to_file" path = "benches/write_to_file.rs" harness = false [dependencies.itertools] version = "0.13.0" [dependencies.pad] version = "0.1.6" [dependencies.positional_derive] version = "=0.4.3" [dependencies.proc-macro2] version = "1.0.39" [dependencies.quote] version = "1.0" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.chrono] version = "0.4.19" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.fake] version = "2.4.3" features = [ "derive", "chrono", ] [dev-dependencies.rand] version = "0.8"