# 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 = "velvet-core" version = "0.4.2" authors = ["Seaton Ullberg "] description = "Core feature library for the Velvet simulation engine." license = "MIT" repository = "https://github.com/seatonullberg/velvet" [package.metadata.docs.rs] features = ["hdf5-sys/static", "hdf5-sys/zlib"] [dependencies.hdf5] version = "0.7" optional = true [dependencies.hdf5-sys] version = "0.7" optional = true [dependencies.log] version = "0.4" [dependencies.nalgebra] version = "0.23" features = ["serde-serialize"] [dependencies.pretty_env_logger] version = "0.4" [dependencies.rand] version = "0.7" features = ["serde1"] [dependencies.rand_distr] version = "0.3" [dependencies.rayon] version = "1.5" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.20" [dependencies.strum_macros] version = "0.20" [dependencies.typetag] version = "0.1.6" [dev-dependencies.approx] version = "0.4" [features] default = [] hdf5-output = ["hdf5", "hdf5-sys"]