# 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" version = "0.3.1" authors = ["Peter Williams "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Facade crate and CLI interface for the Rubbl astrophysics data analysis framework. """ homepage = "https://github.com/pkgw/rubbl" readme = "README.md" license = "MIT" repository = "https://github.com/pkgw/rubbl" [package.metadata.internal_dep_versions] rubbl_core = "thiscommit:2020-12-15:re8eeQu5" [[bin]] name = "rubbl" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.15" features = ["cargo"] [dependencies.rubbl_core] version = ">=0.2.0,<1" [dependencies.thiserror] version = "1.0.63"