[workspace] members = [ "crates/*" ] resolver = "3" [workspace.dependencies] # Used to remove indexing checks and to reduce the degree to which code # may be misused. generativity = "1" # Used to test some code for greater quality assurance. proptest = "1" # Used to make more thorough tests using `proptest` proptest-state-machine = "0.4" [profile.release] opt-level = 3 codegen-units = 1 debug = false strip = "symbols" panic = "abort" lto = "thin" [profile.release-profile] inherits = "release" debug = true strip = false