# 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" rust-version = "1.64" name = "planus-lexer" version = "0.4.0" description = "Internal lexer library for planus." keywords = [ "flatbuffers", "serialization", "zero-copy", ] categories = [ "encoding", "data-structures", "memory-management", ] license = "MIT/Apache-2.0" repository = "https://github.com/planus-org/planus" [dependencies.codespan] version = "0.11.1" [dependencies.derive_more] version = "0.99.17" [dependencies.logos] version = "0.12.1"