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