# 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.63" name = "codebiber" version = "0.0.1" description = "Library for mixing handwritten and autogenerated code." readme = "README.md" keywords = ["codegen"] license = "Apache-2.0" repository = "https://github.com/Robert42/codebiber" [dependencies.arrayvec] version = "0.7.4" [dependencies.blake3] version = "=1.4.0" [dependencies.pest] version = "2.7.5" [dependencies.pest_derive] version = "2.7.5" [dependencies.smallvec] version = "1.11.2" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.lazy-regex] version = "3.1.0" [dev-dependencies.proptest] version = "1.4.0" [dev-dependencies.unwrap_display] version = "0.0.1"