[package] name = "tamer" version = "0.0.0" authors = ["Mike Gerwitz "] description="TAME in Rust" license="GPLv3+" edition = "2018" [profile.dev] # Release-level optimizations. Spending the extra couple of moments # compile-time is well worth the huge savings we get at runtime. Note that # this is still every so slightly slower than a release build; see other # profile options for release at # . opt-level = 3 [dependencies] quick-xml = ">= 0.17.0" petgraph = ">= 0.4.13" # used by petgraph fixedbitset = ">= 0.1"