# 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 = "oxinat" version = "0.9.2" description = "XNAT REST API client" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/WilkinsonK/xapi-oxidized" [lib] name = "oxinat" crate-type = ["lib"] path = "src/lib.rs" [dependencies.oxinat_core] version = "0.14.1" [dependencies.oxinat_derive] version = "0.8.0" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.flexi_logger] version = "0.28.4" [dev-dependencies.log] version = "0.4.21" [dev-dependencies.serde_json] version = "1.0.117" [dev-dependencies.tokio] version = "1.38.0" [features] core = [] derive = [] full = [ "core", "derive", ]