# 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 = "2018" name = "sgmlish" version = "0.2.0" authors = ["Daniel Luz "] exclude = [".github/*", ".editorconfig", ".gitignore"] description = "Simple parsing and deserialization of SGML" keywords = ["sgml", "serde"] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/mernen/sgmlish" [dependencies.log] version = "0.4.14" [dependencies.nom] version = "7.0" [dependencies.serde] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.rust_decimal] version = "1.15" features = ["serde-str"] [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.simple_logger] version = "1.13.0" [features] default = ["serde"]