# 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 = "rgrow" version = "0.18.0" authors = ["Constantine Evans "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A modular Tile Assembly Model simulator, inspired by Xgrow." readme = "README.md" categories = [ "science", "simulation", ] license = "BSD-3-Clause" repository = "https://github.com/cgevans/rgrow" [package.metadata.docs.rs] features = [ "use_rayon", "python", ] no-default-features = true [lib] name = "rgrow" path = "src/lib.rs" [[bin]] name = "rgrow" path = "src/main.rs" [[test]] name = "main" path = "tests/main.rs" [[bench]] name = "sierpinski" path = "benches/sierpinski.rs" harness = false [[bench]] name = "ui" path = "benches/ui.rs" [dependencies.anyhow] version = "1" [dependencies.approx] version = "^0.5" [dependencies.astro-float] version = "0.9.4" [dependencies.bimap] version = "0.6" [dependencies.bincode] version = "1" [dependencies.cached] version = "0.18" default-features = false [dependencies.clap] version = "4" features = ["derive"] [dependencies.enum_dispatch] version = "0.3" [dependencies.fltk] version = "^1.4" features = [ "rwh05", "fltk-bundled", ] optional = true [dependencies.fnv] version = "1.0" [dependencies.ndarray] version = "^0.15" features = ["serde"] [dependencies.nom] version = "7" optional = false [dependencies.num-format] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.numpy] version = "^0.21" optional = true [dependencies.phf] version = "^0" features = ["macros"] [dependencies.pixels] version = "^0.13" optional = true [dependencies.polars] version = "^0.41" features = [ "lazy", "parquet", "product", ] [dependencies.pyo3] version = "^0.21" features = [ "extension-module", "multiple-pymethods", "experimental-declarative-modules", ] optional = true [dependencies.pyo3-polars] version = "^0.15" [dependencies.rand] version = "^0" features = ["small_rng"] [dependencies.rayon] version = "1" optional = true [dependencies.serde] version = "^1.0.185" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [features] default = [ "use_rayon", "ui", ] python = [ "pyo3", "numpy", ] ui = [ "fltk", "pixels", ] use_rayon = ["rayon"]