# 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 = "fmi-sim" version = "0.1.0" authors = ["John Hughes "] include = [ "Cargo.toml", "benches/*.rs", "examples/*.rs", "src/**/*.rs", "tests/*.rs", "build.rs", ] publish = true description = "A pure Rust FMI simulator" homepage = "https://github.com/jondo2010/rust-fmi" readme = "README.md" keywords = [ "model", "ode", "modelica", ] categories = [ "science", "simulation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jondo2010/rust-fmi" [dependencies.anyhow] version = "1.0" [dependencies.arrow] version = "50.0" features = [ "csv", "prettyprint", ] [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.comfy-table] version = "7.1" [dependencies.document-features] version = "0.2" [dependencies.env_logger] version = "0.11" [dependencies.fmi] version = "0.4.0" features = ["arrow"] [dependencies.itertools] version = "0.12" [dependencies.log] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.sensible-env-logger] version = "0.3" [dependencies.thiserror] version = "1.0" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.float-cmp] version = "0.9" features = ["std"] [dev-dependencies.fmi-test-data] version = "0.1.0" [dev-dependencies.rstest] version = "0.18" [dev-dependencies.test-log] version = "0.2" features = ["trace"] [features] cs = [] default = [ "fmi2", "fmi3", "cs", "me", ] fmi2 = ["fmi/fmi2"] fmi3 = ["fmi/fmi3"] me = [] se = []