[package] name = "petscii" version = "0.2.1" edition = "2021" rust-version = "1.63" authors = ["Jens Korinth "] description = "String library for Commodore PETSCII." categories = ["emulators", "encoding"] keywords = ["c64", "cbm", "commodore", "petscii"] repository = "https://github.com/jkorinth/petscii" readme = "README.md" license-file = "LICENSE" [dependencies] phf = { version = "0.11.2", features = ["macros"] } [dev-dependencies] criterion = "0.5.1" [lib] name = "petscii" path = "src/petscii/lib.rs" [[bench]] name = "encoding" harness = false