# 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 = "stellwerksim" version = "0.2.0" authors = ["Marie Ramlow "] description = "Rust SDK for StellwerkSim." readme = "./README.md" keywords = ["stellwerksim"] license = "MIT OR Apache-2.0" repository = "https://github.com/NyCodeGHG/stellwerksim-rs" [package.metadata.docs.rs] all-features = true [dependencies.chrono] version = "0.4" features = ["serde"] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6" [dependencies.serde_with] version = "2" features = ["chrono"] optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "net", "io-util", "sync", ] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] default = [ "simulator-time", "timetable", ] simulator-time = [ "dep:chrono", "dep:serde_with", ] timetable = [ "dep:chrono", "dep:serde_with", ]