eject 0.1.0

A crate for controlling the tray of your CD drive
Documentation
[dependencies.thiserror]
version = "1.0"

[package]
authors = ["Matias Perez <matias.pz@proton.me>"]
categories = ["hardware-support"]
description = "A crate for controlling the tray of your CD drive"
edition = "2021"
keywords = ["cd", "cd-rom", "cdsnuts", "dvd"]
license = "MIT"
name = "eject"
readme = "README.md"
repository = "https://github.com/matix64/eject-rs"
resolver = "2"
version = "0.1.0"
[target."cfg(unix)".dependencies.nix]
features = ["ioctl"]
version = "0.25.0"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation", "Win32_Storage_FileSystem", "Win32_Security", "Win32_System_IO", "Win32_System_Ioctl"]
version = "0.39.0"