# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pakr-rawata" version = "1.0.0" authors = ["Pawel Kraszewski "] build = "build.rs" description = "Raw access to hard disks - read using READ_DMA_EXT (0x25), write using WRITE_DMA_EXT (0x35) and identify using IDENTIFY_DEVICE (0xEC). On Linux uses SG subsystem, on FreeBSD uses CAM subsystem. Warning, it bypasses all OS security checks and all software caches. You can kill data on your HDD in a blink of an eye." keywords = ["linux", "freebsd", "ata", "raw"] categories = ["api-bindings", "os::linux-apis", "os::freebsd-apis"] license = "BSD-2-Clause" repository = "https://github.com/p-kraszewski/pakr-rawata" [dependencies.libc] version = "^0.2" [build-dependencies.bindgen] version = "^0"