# 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 = "RatRod-rs" version = "0.2.1" authors = ["Kevin Coetsier"] description = "An FEM implementation written in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/KevCts/RatRod.rs" [dependencies.dylib] version = "0.0.3" [dependencies.more-asserts] version = "0.3.1" [dependencies.serde] version = "1.0.196" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.113" [dependencies.serde_json_any_key] version = "2.0.0" [dependencies.sparse_matrix] version = "0.6.3"