[package] name = "rustpt" version = "1.0.0" edition = "2024" license = "AGPL-3.0-only" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = { version = "0.9", features = ["small_rng"] } itertools = { version = "0.14" }