[package] name = "egp" version = "0.1.2" authors = ["Jan Corazza "] edition = "2018" license = "MIT" description = "Enzyme Genetic Programming library" # homepage = "https://github.com/corazza/egp" documentation = "https://docs.rs/egp/" repository = "https://github.com/corazza/egp" readme = "README.md" keywords = ["genetic", "evolution", "enzyme"] categories = ["science"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] petgraph = "0.*.*" rand = "0.*.*" serde = {version = "^1.0.104", features = ["derive"] } serde_json = "^1.0.48"