[package] name = "febits" version = "0.1.3" edition = "2021" authors = ["Mudd"] description = "A library containing small utilities to help with certain tasks to make things easier. Primarily the tools will consist of ways to manipulate primitives and other data types." license = "MIT" [profile.release] opt-level = 3 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]