# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "microtensor" version = "0.1.5" authors = ["Björn Breitgoff "] description = "Automatic differentiation for tensor operations" homepage = "https://crates.io/crates/microtensor" readme = "README.md" keywords = [ "autograd", "tensor", "ml", ] categories = [ "mathematics", "science", ] license = "MIT" repository = "https://github.com/syntheticore/microtensor" [profile.dev] opt-level = 3 [profile.release] lto = "fat" codegen-units = 1 [dependencies.itertools] version = "0.10.5" [dependencies.matrixmultiply] version = "0.3.2" features = ["threading"] optional = true [dependencies.num-traits] version = "0.2.15" [dependencies.parking_lot] version = "0.12.1" features = ["serde"] optional = true [dependencies.postcard] version = "1.0.2" features = ["alloc"] [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0.145" features = [ "derive", "rc", ] [dependencies.serde_traitobject] version = "0.2.8" [features] default = [ "threading", "unsafe", ] threading = ["dep:parking_lot"] unsafe = ["dep:matrixmultiply"]