# 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 = "drug" version = "0.0.2" authors = ["Casper Neo "] exclude = ["examples/data/*", "doc/**/*.html"] description = "A differentiable computation graph for neural networks." readme = "readme.md" keywords = ["differentiable", "neural", "network", "compuation", "graph"] categories = ["Science"] license = "MIT" repository = "https://github.com/CasperN/drug" [dependencies.debug_stub_derive] version = "0.3.0" [dependencies.erased-serde] version = "0.3" [dependencies.ndarray] version = "0.11.2" features = ["serde-1"] [dependencies.rand] version = "0.5.4" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dev-dependencies.byteorder] version = "1.2.4" [dev-dependencies.itertools] version = "0.7.8" [dev-dependencies.ron] version = "0.4.0"