[package]
edition = "2021"
name = "atapi"
version = "0.2.0"
authors = ["Daniil danilsasunov.2089@gmail.com"]
build = false
exclude = [
"/example",
"**/.gitignore",
"**/.vscode",
"**/*.bk",
"**/*.orig",
"**/target",
"**/*.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level ATAPI driver in no_std environments."
readme = "README.md"
keywords = [
"ATAPI",
"x86",
"no_std",
"baremetal",
"osdev",
]
categories = [
"embedded",
"no-std",
"hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/doikoko/ATAPI"
[lib]
name = "atapi"
path = "src/lib.rs"