# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "petri" version = "0.0.4" authors = ["Will Johnston"] description = "Evolutionary computing toolkit" readme = "README.md" license = "MIT" repository = "https://github.com/wbjohnston/petri.git" [dependencies.bit-vec] version = "0.4.4" [dependencies.rayon] version = "0.8.2" optional = true [dependencies.rand] version = "0.3.16" [dependencies.ndarray] version = "0.10.0" [dependencies.serde_derive] version = "1.0.15" [dependencies.serde] version = "1.0.15" [dev-dependencies.clap] version = "2.26.2" [features] par = ["rayon"] gp = [] default = ["ga"] ga = []