# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ca4rs" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cellular Automata for Rust" homepage = "https://github.com/andreiamatuni/ca4rs" readme = "README.md" keywords = [ "cellular-automata", "simulation", ] license = "MIT" repository = "https://github.com/andreiamatuni/ca4rs" [lib] name = "ca4rs" path = "src/lib.rs" [[example]] name = "permutations" path = "examples/permutations.rs" [[example]] name = "random_input" path = "examples/random_input.rs" [[example]] name = "rule30" path = "examples/rule30.rs" [[test]] name = "ca" path = "tests/ca.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.itertools] version = "0.13.0" [dependencies.ndarray] version = "0.16.0" [dependencies.ndarray-npy] version = "0.8.1" [dependencies.plotters] version = "0.3.6" [dependencies.rand] version = "0.8.5"