# 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-schema" version = "0.2.1" authors = ["John Hughes "] build = false include = [ "Cargo.toml", "benches/*.rs", "examples/*.rs", "src/**/*.rs", "tests/*.rs", "build.rs", ] publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "XML schema support for FMI 2.0 and 3.0" 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" [lib] name = "fmi_schema" path = "src/lib.rs" [[test]] name = "test_fmi2" path = "tests/test_fmi2.rs" [[test]] name = "test_fmi3" path = "tests/test_fmi3.rs" [[test]] name = "test_minimal" path = "tests/test_minimal.rs" [dependencies.arrow] version = "50.0" optional = true [dependencies.chrono] version = "0.4" [dependencies.document-features] version = "0.2" [dependencies.itertools] version = "0.12" [dependencies.lenient_semver] version = "0.4" [dependencies.semver] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.yaserde] version = "0.9.2" [dependencies.yaserde_derive] version = "0.9.2" [features] arrow = ["dep:arrow"] default = [ "fmi2", "fmi3", ] fmi2 = [] fmi3 = []