# 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 = "edifact-types" version = "0.4.0" authors = ["Jens Walter "] description = "Bindings for the Edifact standard" documentation = "https://docs.rs/edifact-types/" readme = "README.md" keywords = [ "edi", "edifact", ] license = "MIT OR Apache-2.0" repository = "https://github.com/apimeister/edifact-types/" [dependencies.edifact-types-macros] version = "0.2" [dependencies.nom] version = "7" [dependencies.serde] version = "1" features = ["derive"] [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [features] d00b = [] d95b = [] default = [ "d00b", "d95b", ]