# 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 = "cairo-take_until_unbalanced" version = "0.32.0" authors = [ "Jens Getreu ", "LambdaClass ", ] description = "A Nom parser library for contents between unbalanced tags." homepage = "https://gitlab.com/lambdaclass/cairo-rs" readme = "README.md" keywords = ["parser"] categories = ["parser-implementations"] license = "MIT/Apache-2.0" repository = "https://gitlab.com/lambdaclass/cairo-rs" resolver = "1" [dependencies.nom] version = "7.1.1" default-features = false [features] alloc = ["nom/alloc"] default = ["std"] std = ["nom/std"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.34"