Cargo.toml

branch
dev
changeset 144
44d859269132
parent 98
2e4517b55442
child 147
d6009939e832
equal deleted inserted replaced
143:fbbf9ed47913 144:44d859269132
29 cpu-time = "~1.0.0" 29 cpu-time = "~1.0.0"
30 serde_json = { version = "~1.0.85", features = ["std"] } 30 serde_json = { version = "~1.0.85", features = ["std"] }
31 rayon = "1.5.3" 31 rayon = "1.5.3"
32 simba = "0.9.0" 32 simba = "0.9.0"
33 anyhow = "1.0.95" 33 anyhow = "1.0.95"
34 pyo3 = { version = "~0.25.0", optional = true }
34 35
35 [package.metadata.docs.rs] 36 [package.metadata.docs.rs]
36 rustdoc-args = ["--html-in-header", "katex-header.html"] 37 rustdoc-args = ["--html-in-header", "katex-header.html"]
37
38 38
39 [profile.release] 39 [profile.release]
40 debug = true 40 debug = true
41 41
42 [features] 42 [features]
43 default = [] 43 default = []
44 use_custom_thread_pool = [] 44 use_custom_thread_pool = []
45 # The nightly feature enables some additional features. 45 # The nightly feature enables some additional features.
46 # Nightly-based optimisations are decided automatically by build.rs. 46 # Nightly-based optimisations are decided automatically by build.rs.
47 nightly = [] 47 nightly = []
48 pyo3 = ["dep:pyo3"]
48 49
49 [build-dependencies] 50 [build-dependencies]
50 rustc_version = "0.4" 51 rustc_version = "0.4"

mercurial