# 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] name = "feroxide" version = "1.3.2" authors = ["feroxide"] build = "src/build.rs" description = "A basic chemistry simulator" homepage = "https://feroxide.github.io/feroxide/" documentation = "https://feroxide.github.io/feroxide/rust-docs/feroxide" readme = "README.md" keywords = ["chemistry", "simulator", "mit"] categories = ["command-line-interface", "science"] license-file = "LICENSE" repository = "https://github.com/feroxide/feroxide" [[bin]] name = "main" path = "src/main.rs" doc = false [dependencies.lazy_static] version = "0.2.8" [build-dependencies.serde_derive] version = "1.0.11" [build-dependencies.toml] version = "0.4.5" [build-dependencies.serde] version = "1.0.11" [features] default = [] no_utf = [] [badges.travis-ci] repository = "feroxide/feroxide" branch = "master"