[package] name = "aphelion-util" version = "0.1.2" edition = "2021" authors = ["Echo Heo "] description = "Library for types and traits for Aphelion instruction set architecture" license = "MIT" keywords = ["aphelion"] categories = ["emulators", "compilers"] exclude = ["/rustfmt.toml"] repository = "https://github.com/Echo-Heo/aphelion-util" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] half = { version = "2.4.0", features = ["num-traits"] } num-traits = "0.2.18"