# 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 = "2021" name = "chatelier" version = "0.1.0" description = "Simulate Le Chatelier's Principle" homepage = "https://github.com/BeaconBrigade/lcp-sim/tree/master/src-tauri/crates/chatelier" documentation = "https://docs.rs/chetelier" readme = "README.md" license = "MIT" [[example]] name = "repl" path = "examples/repl.rs" [[example]] name = "serde" path = "examples/serde.rs" required-features = ["serde"] [dependencies.chem-eq] version = "0.3.1" [dependencies.float-cmp] version = "0.9.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.40" [dev-dependencies.once_cell] version = "1.17.1" [dev-dependencies.reedline-repl-rs] version = "1.0.4" [dev-dependencies.serde_json] version = "1.0.95" [features] default = [] serde = [ "dep:serde", "chem-eq/serde", ]