16 lines
373 B
TOML
16 lines
373 B
TOML
[package]
|
|
name = "phf_codegen"
|
|
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
|
version = "0.11.3"
|
|
license = "MIT"
|
|
description = "Codegen library for PHF types"
|
|
repository = "https://github.com/rust-phf/rust-phf"
|
|
edition = "2021"
|
|
readme = "../README.md"
|
|
rust-version = "1.61"
|
|
categories = ["data-structures"]
|
|
|
|
[dependencies]
|
|
phf_generator = "0.11.0"
|
|
phf_shared = "0.11.0"
|