# 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 = "2018" name = "megenginelite-rs" version = "1.8.2" description = "A safe megenginelite wrapper in Rust" documentation = "https://docs.rs/megenginelite-rs" readme = "../README.md" license = "Apache-2.0" repository = "https://github.com/MegEngine/megenginelite-rs" [dependencies.async-channel] version = "1" [dependencies.atomic-waker] version = "1" [dependencies.lazy_static] version = "1" [dependencies.megenginelite-derive] version = "0.2.0" [dependencies.megenginelite-sys] version = "1.8.2" [dependencies.ndarray] version = "0.15" optional = true [dev-dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread"] [features] auto-load = [] default = ["auto-load"] ndarray-basis = ["ndarray"]