# 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 = "automataci" version = "1.7.0" authors = ["Your Legal Full Name Here "] description = "Solid Foundation for Kickstarting Your Software Development" homepage = "https://your-product.website.here" documentation = "https://your-product.website.here" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ChewKeanHo/AutomataCI" [profile.dev] opt-level = 0 lto = false codegen-units = 256 debug = 2 debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true [profile.release] opt-level = "s" lto = "fat" codegen-units = 16 debug = 0 debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false strip = "debuginfo" [lib] name = "libautomataci" path = "lib.rs" [[bin]] name = "automataci" path = "main.rs" [dependencies]