# 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 = "2018" name = "rubbl_core" version = "0.5.0" authors = ["Peter Williams "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Core types and traits for Rubbl, a Rust package for astrophysics. """ homepage = "https://github.com/pkgw/rubbl" readme = "README.md" license = "MIT" repository = "https://github.com/pkgw/rubbl" [lib] name = "rubbl_core" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" features = ["backtrace"] optional = true [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.5.15" features = ["cargo"] optional = true [dependencies.ndarray] version = "0.16.0" [dependencies.num-complex] version = "0.4.6" [dependencies.termcolor] version = "1.4.1" optional = true [dependencies.thiserror] version = "1.0.63" [features] notifications = [ "anyhow", "clap", "termcolor", ]