# 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 = "nerror" version = "0.1.0" authors = ["nanocl contributors "] description = "Nanocl error types" homepage = "https://docs.next-hat.com/docs/guides/nanocl/overview" readme = "readme.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nxthat/nanocl" [lib] bench = false [dependencies.bollard-next] version = "0.15.4" optional = true [dependencies.diesel] version = "2.1.2" optional = true default-features = false [dependencies.ntex] version = "0.7.7" optional = true [dependencies.serde_json] version = "1.0.107" optional = true [dependencies.serde_urlencoded] version = "0.7.1" optional = true [dependencies.serde_yaml] version = "0.9" optional = true [features] bollard = ["dep:bollard-next"] diesel = ["dep:diesel"] http = [ "ntex", "dep:serde_json", ] http_client = [ "io", "http", "serde_urlencoded", ] io = [] ntex = ["dep:ntex"] serde_json = ["dep:serde_json"] serde_urlencoded = ["dep:serde_urlencoded"] serde_yaml = ["dep:serde_yaml"]