# 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 = "aliu" version = "0.1.22" description = "Albert Liu's utilities" homepage = "https://github.com/A1Liu/rust-utils" license = "MIT" repository = "https://github.com/A1Liu/rust-utils" resolver = "2" [lib] name = "aliu" path = "src/lib.rs" [dependencies] [target."cfg(unix)".dependencies.libc] version = "=0.2.107" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["minwindef", "memoryapi", "winnt"]