[package] name = "syntaxdot-tch-ext" version = "0.5.0" authors = ["Daniƫl de Kok "] edition = "2018" description = "tch path extension for partitioning parameters in groups" homepage = "https://github.com/tensordot/syntaxdot" repository = "https://github.com/tensordot/syntaxdot.git" documentation = "https://docs.rs/syntaxdot-tch-ext/" license = "MIT OR Apache-2.0" [dependencies] itertools = "0.10" tch = { version = "0.11", default-features = false } [features] doc-only = ["tch/doc-only"] [package.metadata.docs.rs] features = [ "doc-only" ]