# 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 = "defined" version = "0.2.5" build = false publish = [ "elleci", "crates-io", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simpler Option type to circumvent orphan rules in sea-orm." documentation = "https://docs.rs/defined/latest/defined/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/franklx/defined" [lib] name = "defined" path = "src/lib.rs" [dependencies.oasgen] version = "0.20" optional = true [dependencies.schemars] version = "0.8" optional = true [dependencies.sea-query] version = "0.32.0-rc.1" optional = true [dependencies.serde] version = "1" optional = true [dependencies.serde_json] version = "1" optional = true [features] default = [ "schemars", "serde", "sea-query", "oasgen", ] oasgen = ["dep:oasgen"] schemars = [ "dep:schemars", "dep:serde_json", ] sea-query = ["dep:sea-query"] serde = ["dep:serde"]