# 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 = "response-time-analysis" version = "0.3.2" authors = ["Björn Brandenburg "] description = "Definitions and algorithms for response-time analysis of real-time systems" readme = "README.md" categories = [ "science", "science::robotics", "algorithms", ] license = "MIT" repository = "https://github.com/brandenburg/response-time-analysis-rs" [dependencies.auto_impl] version = "1.0.1" [dependencies.derive_more] version = "0.99.16" [dependencies.itertools] version = "0.10.3" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.assert_approx_eq] version = "1.1.0"