[package] name = "yaxpeax-arch" version = "0.0.1" authors = [ "iximeow " ] license = "0BSD" repository = "yaxpeax-arch" description = "fundamental traits to describe an architecture in the yaxpeax project" [dependencies] "num-traits" = "0.2" "termion" = "1.4.0" "serde" = "*" [profile.release] lto = true [features] default = [] # enables the (optional) use of Serde for bounds on # Arch and Arch::Address use-serde = []