# 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" name = "osiris-process" version = "0.3.1" authors = ["Sébastien Geldreich"] description = "A processor implementation." readme = "README.md" keywords = [ "virtual-machine", "processor", "operation", "instruction", ] categories = [ "virtualization", "emulators", "development-tools", ] license = "MIT" repository = "https://asgard.trehinos.eu/osiris/process" [dependencies.osiris-data] version = "0.*" [features] base-floating = [] base-integral = [] communication = [] default = ["processor"] processor = [ "communication", "base-floating", "state", ] state = ["base-integral"]