-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (27 loc) · 811 Bytes
/
Cargo.toml
File metadata and controls
31 lines (27 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "control_systems_torbox"
version = "0.2.1"
edition = "2024"
authors = ["Tor Børve Rasmussen <tor.jobb.skule@gmail.com>"]
description = "Control systems toolbox"
homepage = "https://github.com/TorBorve/Control-Systems-TorBox"
repository = "https://github.com/TorBorve/Control-Systems-TorBox"
readme = "README.md"
keywords = ["control", "systems", "toolbox", "state-space", "transfer-function"]
categories = ["algorithms", "mathematics", "science", "simulation"]
license = "MIT"
[dependencies]
num-complex = "0.4"
egui = "0.31"
egui_plot = "0.31"
eframe = "0.31"
libc = "0.2"
nalgebra = "0.33"
netlib-src = {version = "0.9.0"}
[dev-dependencies]
rand = "0.9.0"
egui_kittest = {version = "0.31", features = ["eframe"]}
rayon = "1.10.0"
approx = "0.5.1"
[build-dependencies]
make-cmd = "0.1.0"