# 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 = "parcelona" version = "0.4.3" authors = ["Cergoo"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "minimalistic elegance parser combinator library" documentation = "https://docs.rs/parcelona" readme = "README.md" categories = ["parsing"] license = "MIT" repository = "https://github.com/Cergoo/parcelona" [lib] name = "parcelona" path = "src/lib.rs" [[example]] name = "parse_tag" path = "examples/parse_tag.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.bstr] version = "1.10.0" [dependencies.byteorder] version = "1.5.0" [dependencies.parcelona_macros_derive] version = "0.2.5" [dev-dependencies.atoi] version = "2.0.0" [dev-dependencies.bstr] version = "1.10.0" [dev-dependencies.byteorder] version = "1.5.0" [features] alt_tuple_32 = [] alt_tuple_64 = []