# 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 = "2018" name = "printers" version = "2.1.0" authors = ["Tales Luna "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lib to get printers and print files on unix and windows" homepage = "https://crates.io/crates/printers" readme = "README.md" keywords = [ "printer", "printing", "print", "cups", "winspool", ] categories = [ "os", "os::windows-apis", "os::linux-apis", "development-tools", ] license = "MIT" repository = "https://github.com/talesluna/rust-printers" [lib] name = "printers" path = "src/lib.rs" bench = false [dependencies.libc] version = "0.2.164"