# 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" rust-version = "1.76" name = "kornia" version = "0.1.7" authors = ["kornia.org "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Kornia top-level crate" homepage = "http://kornia.org" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/kornia/kornia-rs" [lib] name = "kornia" path = "src/lib.rs" [dependencies.kornia-core] version = "0.1.7" [dependencies.kornia-core-ops] version = "0.1.7" [dependencies.kornia-image] version = "0.1.7" [dependencies.kornia-imgproc] version = "0.1.7" [dependencies.kornia-io] version = "0.1.7" features = [] [features] gstreamer = ["kornia-io/gstreamer"] jpegturbo = ["kornia-io/jpegturbo"]