# 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 = "mbar-rs" version = "0.3.0" authors = ["Josh Mitchell "] exclude = ["mbar-rs.sublime-project", "mbar-rs.sublime-workspace"] description = "Rust bindings for pymbar" readme = "README.md" keywords = ["python", "mbar", "molecular-dynamics", "stat-mech"] categories = ["api-bindings", "mathematics", "science"] license = "MIT" repository = "https://github.com/Yoshanuikabundi/mbar-rs" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex.html"] [[example]] name = "pmf" [dependencies.derive_builder] version = "0.9.0" [dependencies.ndarray] version = "0.13.1" [dependencies.numpy] version = "0.12.1" [dependencies.pyo3] version = "0.12.3" [dependencies.thiserror] version = "1.0.21" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.itertools] version = "0.9"