# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "wyrm" version = "0.9.1" authors = ["Maciej Kula"] description = "A low-overhead, define-by-run autodifferentiation library." documentation = "https://docs.rs/wyrm/" readme = "readme.md" license = "MIT" repository = "https://github.com/maciejkula/wyrm" [profile.bench] lto = true debug = true [profile.release] lto = true [[bench]] name = "benchmark" harness = false [dependencies.hibitset] version = "0.5.0" [dependencies.itertools] version = "0.7.3" [dependencies.ndarray] version = "0.11.0" features = ["serde-1"] [dependencies.rand] version = "0.5.0" features = ["serde1"] [dependencies.rayon] version = "1.0.0" [dependencies.serde] version = "1.0.0" features = ["rc"] [dependencies.serde_derive] version = "1.0.0" [dependencies.smallvec] version = "0.5.0" features = ["serde"] [dev-dependencies.blas-src] version = "0.1.2" features = ["openblas"] default-features = false [dev-dependencies.criterion] version = "0.2.3" [dev-dependencies.ndarray] version = "0.11.0" features = ["blas", "serde-1"] [dev-dependencies.openblas-src] version = "0.5.6" features = ["static"] default-features = false [features] fast-math = [] [badges.travis-ci] branch = "master" repository = "maciejkula/wyrm"