# 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 = "cortical-io" version = "0.1.14" description = "Cortical.io API client" license = "MIT" repository = "https://github.com/19h/cortical-io-rs" [lib] name = "cortical_io" path = "src/lib.rs" [[example]] name = "cortical" path = "src/cortical.rs" [dependencies.image] version = "0.24.5" optional = true [dependencies.num] version = "0.4.0" [dependencies.num-traits] version = "0.2.15" [dependencies.rayon] version = "1.6.0" optional = true [dependencies.reqwest] version = "^0.11.13" features = [ "json", "gzip", ] optional = true [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dev-dependencies.tokio] version = "1.22.0" features = [ "rt-multi-thread", "macros", ] [features] client = ["dep:reqwest"] default = [ "image", "client", ] image = [ "dep:image", "dep:rayon", ]