# 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 = "marlon-printers" version = "2.0.1" authors = ["Marlon "] description = "THIS IS A FORK FROM 'printers' MADE WITH THE INTENTION OF LEARNING RUST" homepage = "https://crates.io/crates/marlon-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/marlonzao/rust-printers" [lib] name = "marlon_printers" path = "src/lib.rs" bench = false [dependencies.libc] version = "0.2"