# 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 = "Stellar_Tech" version = "4.2.4" include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "StellarTech" readme = "README.md" license = "MIT" [package.metadata.cargo-publish] registry = "some-registry-name" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 panic = "abort" incremental = false [dependencies.dirs] version = "5.0.1" [dependencies.ntapi] version = "0.4.1" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.24" features = [ "blocking", "json", ] [dependencies.tokio] version = "1" features = ["full"] [dependencies.winapi] version = "0.3.9" features = [ "winnt", "winbase", "memoryapi", "winuser", "wincon", "winbase", ] [dependencies.winreg] version = "0.52.0" [dependencies.winres] version = "0.1.12" [build-dependencies.winres] version = "0.1.12"