# 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 = "sap" version = "0.1.0-alpha.1" authors = ["Federico Maria Morrone "] include = [ "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "Straightforward Argument Parser" documentation = "https://docs.rs/sap" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/morr0ne/sap" resolver = "2" [profile.release] lto = true codegen-units = 1 strip = true [dev-dependencies.libc] version = "0.2.126" default-features = false [features] default = ["std"] std = [] [target."cfg(windows)".dependencies.windows] version = "0.39.0" features = [ "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_Foundation", "Win32_System_Kernel", ]