# 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 = "petscii" version = "0.2.1" authors = ["Jens Korinth "] description = "String library for Commodore PETSCII." readme = "README.md" keywords = [ "c64", "cbm", "commodore", "petscii", ] categories = [ "emulators", "encoding", ] license-file = "LICENSE" repository = "https://github.com/jkorinth/petscii" [lib] name = "petscii" path = "src/petscii/lib.rs" [[bench]] name = "encoding" harness = false [dependencies.phf] version = "0.11.2" features = ["macros"] [dev-dependencies.criterion] version = "0.5.1"