[package] name = "osiris-process" description = "A processor implementation." license = "MIT" authors = [ "Sébastien Geldreich" ] version = "0.3.1" edition = "2021" repository = "https://asgard.trehinos.eu/osiris/process" keywords = ["virtual-machine", "processor", "operation", "instruction"] categories = ["virtualization", "emulators", "development-tools"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] osiris-data = "0.*" [features] default = ["processor"] base-integral = [] base-floating = [] communication = [] state = ["base-integral"] processor = ["communication", "base-floating", "state"]