10 license-file = "LICENSE" |
10 license-file = "LICENSE" |
11 keywords = ["iterative", "optimization", "bisection", "branch-and-bound", "numerical"] |
11 keywords = ["iterative", "optimization", "bisection", "branch-and-bound", "numerical"] |
12 categories = ["mathematics", "data-structures"] |
12 categories = ["mathematics", "data-structures"] |
13 |
13 |
14 [dependencies] |
14 [dependencies] |
15 serde = { version = "1.0", features = ["derive"] } |
15 serde = { version = "1.0", features = ["derive", "rc"] } |
16 csv = "~1.3.1" |
16 csv = "~1.3.1" |
17 nalgebra = "~0.33.0" |
17 nalgebra = "~0.33.0" |
18 num-traits = { version = "~0.2.14", features = ["std"] } |
18 num-traits = { version = "~0.2.14", features = ["std"] } |
19 colored = "~2.1.0" |
19 colored = "~2.1.0" |
20 num = "~0.4.0" |
20 num = "~0.4.0" |