# 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.64.0" name = "demo-app-asi" version = "1.5.0-alpha.2" description = "A simple demo project to test automation" homepage = "https://github.com/AliSajid/demo-app-asi" documentation = "https://github.com/AliSajid/demo-app-asi" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/AliSajid/demo-app-asi" [profile.dev] opt-level = 1 debug = true [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = true [lib] name = "demo_app_asi_lib" crate-type = ["lib"] path = "src/demo_app_asi_lib/lib.rs" [[bin]] name = "demo-app-asi" path = "src/demo-app-asi/main.rs" [dependencies]