Cargo.toml

branch
dev
changeset 35
b087e3eab191
parent 30
bd13c2ae3450
child 39
6316d68b58af
equal deleted inserted replaced
34:efa60bc4f743 35:b087e3eab191
19 "frank-wolfe", 19 "frank-wolfe",
20 "conditional gradient" 20 "conditional gradient"
21 ] 21 ]
22 categories = ["mathematics", "science", "computer-vision"] 22 categories = ["mathematics", "science", "computer-vision"]
23 23
24 [dependencies.alg_tools]
25 version = "~0.3.0-dev"
26 path = "../alg_tools"
27 default-features = false
28 features = ["nightly"]
29
24 [dependencies] 30 [dependencies]
25 alg_tools = { version = "~0.2.0-dev", path = "../alg_tools", default-features = false }
26 serde = { version = "1.0", features = ["derive"] } 31 serde = { version = "1.0", features = ["derive"] }
27 num-traits = { version = "~0.2.14", features = ["std"] } 32 num-traits = { version = "~0.2.14", features = ["std"] }
28 rand = "~0.8.5" 33 rand = "~0.8.5"
29 colored = "~2.0.0" 34 colored = "~2.1.0"
30 rand_distr = "~0.4.3" 35 rand_distr = "~0.4.3"
31 nalgebra = { version = "~0.31.0", features = ["rand-no-std"] } 36 nalgebra = { version = "~0.33.0", features = ["rand-no-std"] }
32 itertools = "~0.10.3" 37 itertools = "~0.13.0"
33 numeric_literals = "~0.2.0" 38 numeric_literals = "~0.2.0"
34 poloto = "~3.13.1" 39 GSL = "~7.0.0"
35 GSL = "~6.0.0"
36 float_extras = "~0.1.6" 40 float_extras = "~0.1.6"
37 clap = { version = "~4.0.27", features = ["derive", "unicode", "wrap_help"] } 41 clap = { version = "~4.5.0", features = ["derive", "unicode", "wrap_help"] }
38 image = "~0.24.3"
39 cpu-time = "~1.0.0" 42 cpu-time = "~1.0.0"
40 colorbrewer = "~0.2.0"
41 rgb = "~0.8.33"
42 serde_json = "~1.0.85" 43 serde_json = "~1.0.85"
43 chrono = { version = "~0.4.23", features = ["alloc", "std", "serde"] } 44 chrono = { version = "~0.4.23", features = ["alloc", "std", "serde"] }
45 anyhow = "1.0.95"
44 46
45 [build-dependencies] 47 [build-dependencies]
46 regex = "~1.7.0" 48 regex = "~1.11.0"
47 49
48 [profile.release] 50 [profile.release]
49 debug = true 51 debug = true

mercurial