# 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 = "serde_x12" version = "0.7.2" authors = ["Jens Walter "] description = "A Serde for ASC X12 EDI documents." documentation = "https://docs.rs/serde_x12/" readme = "README.md" keywords = [ "edi", "x12", "serde", ] license = "MIT OR Apache-2.0" repository = "https://github.com/apimeister/serde_x12/" [dependencies.nom] version = "7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.x12-types] version = "0.8" [features] debug = []