# 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] edition = "2018" name = "rusty-tree" version = "0.0.1" authors = ["Timo Betcke ", "Srinath Kailasa"] description = "Octree data structures in Rust." homepage = "https://github.com/rusty-fast-solvers/rusty-tree" readme = "README.md" keywords = ["numerics"] categories = ["mathematics", "science"] license = "BSD-3-Clause" repository = "https://github.com/rusty-fast-solvers/rusty-tree" [lib] name = "rusty_tree" crate-type = ["lib", "cdylib"] [[bench]] name = "regular_octree_benchmarks" harness = false [[bench]] name = "adaptive_octree_benchmarks" harness = false [dependencies.itertools] version = "0.10" [dependencies.ndarray] version = "0.14" features = ["rayon"] [dependencies.num] version = "0.3" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.5" [dependencies.rusty-kernel-tools] version = "0.1" [dependencies.vtkio] version = "0.6" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"]