# 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" rust-version = "1.78.0" name = "e-app" version = "0.2.8" authors = ["Eternal Night "] description = "MII - Machine Internal Inspection" homepage = "https://gitee.com/eternalnight996" documentation = "https://docs.rs" readme = "README.md" keywords = [ "gui", "e-", "heg", ] categories = [ "gui", "network-programming", ] license-file = "E-LICENSE" [package.metadata.winresource] Comments = "E-APP" OriginalFilename = "e-app.exe" [profile.dev] opt-level = 0 lto = false codegen-units = 256 debug = 2 debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true strip = false [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false strip = true [lib] crate-type = ["rlib"] proc-macro = false [dependencies.e-utils] version = "0.3.53" features = [ "cmd", "fs", ] [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.structopt] version = "0.3" [dev-dependencies.e-log] version = "0.2" features = ["log"] [dev-dependencies.e-utils] version = "0.3.53" features = ["cmd"] [build-dependencies.built] version = "0.7" features = [ "chrono", "git2", ] optional = true [features] build = [] clean = ["shell"] default = [] drive = [ "winapi", "winapi/winbase", "winapi/libloaderapi", "winapi/minwinbase", "winapi/winuser", ] net-info = [ "windows", "windows/Win32_Foundation", "windows/Win32_NetworkManagement_IpHelper", "windows/Win32_Networking_WinSock", "libc", ] net-manage = [] os = [] shell = [ "winapi", "winapi/shellapi", "winapi/winreg", "winapi/winerror", ] [target."cfg(windows)".dependencies.libc] version = "0.2" optional = true [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [] optional = true [target."cfg(windows)".dependencies.windows] version = "0.30.0" optional = true [target."cfg(windows)".build-dependencies.static_vcruntime] version = "2" [target."cfg(windows)".build-dependencies.winresource] version = "0.1"