# 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.70" name = "planus-translation" version = "1.0.0" description = "Internal translation 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.bitflags] version = "2.3.1" [dependencies.codespan] version = "0.11.1" [dependencies.codespan-reporting] version = "0.11.1" [dependencies.indexmap] version = "1.9.3" [dependencies.lalrpop-util] version = "0.20.0" [dependencies.num-traits] version = "0.2.15" [dependencies.planus-lexer] version = "1.0.0" [dependencies.planus-types] version = "1.0.0" [dependencies.string-interner] version = "0.14.0" [build-dependencies.lalrpop] version = "0.20.0"