[package] name = "Stellar_Tech" version = "4.2.4" edition = "2021" description = "StellarTech" license = "MIT" # Replace "MIT" with your actual license information include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE" ] [package.metadata.'cargo-publish'] registry = 'some-registry-name' [dependencies] winapi = {version = "0.3.9", features = ["winnt","winbase", "memoryapi", "winuser", "wincon", "winbase"]} ntapi = "0.4.1" dirs = "5.0.1" winreg = "0.52.0" reqwest = { version = "0.11.24",features = ["blocking","json"] } winres = "0.1.12" rand = "0.8.5" tokio = { version = "1", features = ["full"] } [build-dependencies] winres = "0.1.12" [profile.release] panic = "abort" lto = true incremental = false codegen-units = 1 opt-level = "z" debug = false