# 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 = "tch-tensor-like" version = "0.6.0" authors = ["jerry73204 "] description = "Derive convenient methods for struct or enum of tch tensors" homepage = "https://github.com/jerry73204/tch-tensor-like" documentation = "https://docs.rs/tch-tensor-like/" readme = "../README.md" license = "MIT" repository = "https://github.com/jerry73204/tch-tensor-like.git" [package.metadata.docs.rs] features = ["doc-only"] no-default-features = true [dependencies.tch] version = "0.7.0" [dependencies.tch-tensor-like-derive] version = "0.2" optional = true [dev-dependencies.approx] version = "0.5.1" [features] derive = ["tch-tensor-like-derive"] doc-only = ["tch/doc-only"]