# 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 = "cypat_scoring_engine" version = "0.2.3" authors = ["Teresa Maria Rivera"] description = "A CyberPatriots scoring engine library" readme = "README.md" keywords = [ "cypat", "cyberpatriots", ] license = "GPL-3.0-only" repository = "https://github.com/ComradeYellowCitrusFruit/cypat_v2" [profile.dev] opt-level = 1 lto = "thin" codegen-units = 256 debug = 2 overflow-checks = false incremental = true [profile.release] opt-level = 3 lto = "fat" codegen-units = 16 debug = false rpath = false panic = "abort" overflow-checks = false incremental = false [lib] name = "cypat" crate-type = ["lib"] path = "src/lib.rs" [build-dependencies.rustc_version] version = "0.4" [features] default = ["utility"] utility = [] [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2.152" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.9" features = [ "wincred", "lmaccess", "lmapibuf", "fileapi", "winnt", "handleapi", "accctrl", "aclapi", ]