# 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 = "xsave" version = "2.0.2" authors = ["Nathaniel McCallum "] exclude = [".gitignore", ".github/*"] description = "An implementation of x86 XSave semantics" homepage = "https://github.com/enarx/xsave" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/enarx/xsave" resolver = "2" [dependencies.bitflags] version = "^1.3.2" [dependencies.const-default] version = "^1.0.0" features = ["derive"] [features] asm = [] default = ["asm"] [badges.github] repository = "enarx/xsave" workflow = "test" [badges.is-it-maintained-issue-resolution] repository = "enarx/xsave" [badges.is-it-maintained-open-issues] repository = "enarx/xsave" [badges.maintenance] status = "actively-developed"