# 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 = "x12-types" version = "0.8.4" authors = ["Jens Walter "] description = "Bindings for the ASC X12 EDI definitions" documentation = "https://docs.rs/x12-types/" readme = "README.md" keywords = [ "edi", "x12", ] license = "MIT OR Apache-2.0" repository = "https://github.com/apimeister/x12-types/" [dependencies.chrono] version = "0.4" [dependencies.nom] version = "7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.validator] version = "0.18" features = ["derive"] [dependencies.x12-types-macros] version = "0.2" [features] default = [ "v003030", "v004010", "v004030", "v005010", "v005030", ] v003030 = [] v004010 = [] v004030 = [] v005010 = [] v005030 = []