# 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 = "eject" version = "0.1.1" authors = ["Matias Perez "] description = "A crate to control the tray of your CD drive" readme = "README.md" keywords = [ "cd", "cd-rom", "cup-holder", "dvd", ] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/matix64/eject-rs" resolver = "2" [dependencies.memoffset] version = "0.6.5" [dependencies.thiserror] version = "1.0" [target."cfg(unix)".dependencies.nix] version = "0.25.0" features = ["ioctl"] [target."cfg(windows)".dependencies.windows] version = "0.39.0" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_Security", "Win32_System_IO", "Win32_System_Ioctl", "Win32_Storage_IscsiDisc", ]