# 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 = "logos-iter" version = "0.1.3" authors = ["Arsenii Lyashenko "] include = [ "Cargo.toml", "LICENSE-*.md", "src/**/*", "README.md", ] description = "Extensions for Logos lexer" documentation = "https://docs.rs/ark0f/logos-iter" readme = "README.md" keywords = [ "lexer", "no_std", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/ark0f/logos-iter" [dependencies.logos] version = "0.12.0" default-features = false [dev-dependencies.logos] version = "0.12.0" [features] default = ["std"] std = ["logos/std"]