# 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" rust-version = "1.65.0" name = "rsapar" version = "0.1.1" authors = ["Guillermo Céspedes Tabárez "] description = "RSaPar is a Rust library for schema-based parsing and validation of structured data files, inspired by JSaPar for Java." documentation = "https://docs.rs/rsapar" readme = "README.md" keywords = [ "schema", "parser", "csv", "fixed-width", "validation", ] categories = [ "encoding", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dertin/rsapar" [dependencies.anyhow] version = "1.0.81" [dependencies.chrono] version = "0.4.37" [dependencies.crossbeam] version = "0.8.4" [dependencies.regex] version = "1.10.4" [dependencies.xml-rs] version = "0.8.20"