# 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 = "dyn_problem" version = "0.1.1" description = "This crate provides a `Problem` type to represent dynamic problems, with problem types identified by uri." license = "MIT OR Apache-2.0" repository = "https://github.com/manomayam/manas" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.futures] version = "0.3.28" optional = true [dependencies.http] version = "0.2.9" [dependencies.http-api-problem] version = "0.57.0" features = ["api-error"] [dependencies.iri-string] version = "0.7.0" [dependencies.once_cell] version = "1.18.0" [dependencies.typed_record] version = "0.1.1" features = ["ext-http"] optional = true [dependencies.uuid] version = "1.4.0" features = ["v4"] optional = true [features] alias-future = ["dep:futures"] anon-problem-type = ["dep:uuid"] default = ["anon-problem-type"] ext-typed-record = ["dep:typed_record"]