# 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 = "simple-tokenizer" version = "0.4.2" authors = ["Solar-Falcon"] description = "A tiny no_std tokenizer with line & column tracking." readme = "README.md" categories = [ "no-std", "no-std::no-alloc", "parsing", ] license = "MIT" repository = "https://github.com/Solar-Falcon/simple-tokenizer" [dependencies.yap] version = "0.12" optional = true [features] default = []