[package] name = "ops-sat-rs" version = "0.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] fern = "0.6" chrono = "0.4" log = "0.4" lazy_static = "1" strum = { version = "0.26", features = ["derive"] } thiserror = "1" derive-new = "0.6" num_enum = "0.7" [dependencies.satrs] version = "0.2.0-rc.0" git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git" branch = "main" features = ["test_util"] [dependencies.satrs-mib] version = "0.1.1" git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git" branch = "main"