fastsim-core 3.1.0

Rust backend for the FASTSim vehicle simulation library
Documentation
# 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"
rust-version = "1.83"
name = "fastsim-core"
version = "3.1.0"
authors = ["NREL/BEST/CIMS/TETA Group <fastsim@nlr.gov>"]
build = false
exclude = ["build.rs"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust backend for the FASTSim vehicle simulation library"
homepage = "https://www.nlr.gov/transportation/fastsim"
documentation = "https://natlabrockies.github.io/fastsim/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/NatLabRockies/fastsim"

[features]
cargo-clippy = []
compat = [
    "dep:fastsim-2",
    "dep:curl",
    "dep:isahc",
    "dep:include_dir",
]
csv = ["dep:csv"]
default = [
    "resources",
    "serde-default",
    "simdrivelabel",
]
f32 = []
json = ["dep:serde_json"]
msgpack = ["dep:rmp-serde"]
pyo3 = ["dep:pyo3"]
resources = ["dep:include_dir"]
serde-default = [
    "csv",
    "json",
    "toml",
    "yaml",
    "msgpack",
]
si = []
simdrivelabel = [
    "resources",
    "yaml",
    "json",
    "csv",
]
timer = []
toml = ["dep:toml"]
web = [
    "dep:ureq",
    "dep:url",
]
yaml = ["dep:serde_yaml"]

[lib]
name = "fastsim_core"
path = "src/lib.rs"

[[test]]
name = "test_serde_api_integration"
path = "tests/test_serde_api_integration.rs"

[dependencies.anyhow]
version = "1.0.71"

[dependencies.approx]
version = "0.5.1"

[dependencies.csv]
version = "1.1.6"
optional = true

[dependencies.curl]
version = "0.4"
optional = true

[dependencies.derive_more]
version = "1.0.0"
features = [
    "from_str",
    "from",
    "is_variant",
    "try_into",
    "display",
]

[dependencies.document-features]
version = "0.2.10"

[dependencies.duplicate]
version = "0.4.1"

[dependencies.easy-ext]
version = "1.0.0"

[dependencies.eng_fmt]
version = "0.1.2"

[dependencies.fastsim-2]
version = "0.1.11"
features = ["resources"]
optional = true
package = "fastsim-core"

[dependencies.fastsim-proc-macros]
version = "3.1.0"

[dependencies.fastsim-schema]
version = "0.1.1"

[dependencies.home]
version = "0.5.9"

[dependencies.include_dir]
version = "0.7.3"
optional = true

[dependencies.isahc]
version = "1.7"
optional = true

[dependencies.itertools]
version = "0.12.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.ninterp]
version = "0.11.0"
features = ["serde"]

[dependencies.nohash-hasher]
version = "0.2.0"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.paste]
version = "1.0.7"

[dependencies.project-root]
version = "0.2.2"

[dependencies.pyo3]
version = "0.29.0"
features = [
    "extension-module",
    "anyhow",
]
optional = true

[dependencies.rayon]
version = "1.5.3"

[dependencies.readonly]
version = "0.2.3"

[dependencies.regex]
version = "1.10.3"

[dependencies.rmp-serde]
version = "1.3.0"
optional = true

[dependencies.semver]
version = "1.0.28"
features = ["serde"]

[dependencies.serde]
version = "1.0.136"
features = ["derive"]

[dependencies.serde-this-or-that]
version = "0.4.2"

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.serde_yaml]
version = "0.8.23"
optional = true

[dependencies.thiserror]
version = "2.0.11"

[dependencies.toml]
version = "0.8.12"
optional = true

[dependencies.typenum]
version = "1.18.0"

[dependencies.uom]
version = "0.38.0"
features = ["use_serde"]

[dependencies.ureq]
version = "2.9.1"
optional = true

[dependencies.url]
version = "2.5.0"
optional = true

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.serde_json]
version = "1.0"

[target.'cfg(target_os = "macos")'.dependencies.curl]
version = "0.4"
features = ["static-ssl"]
optional = true

[target.'cfg(target_os = "macos")'.dependencies.isahc]
version = "1.7"
features = ["static-ssl"]
optional = true