# 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 = "one-or-many" version = "0.1.0" authors = ["Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility container for working with data that can either be null, a single value, or a list of values." readme = "README.md" keywords = [ "music", "player", "audio", "mecomp", ] categories = ["multimedia"] license = "MIT" repository = "https://github.com/AnthonyMichaelTDM/mecomp" [lib] name = "one_or_many" path = "src/lib.rs" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] optional = true [dependencies.surrealdb] version = "2.0" features = [ "kv-mem", "kv-surrealkv", ] optional = true default-features = false [dev-dependencies.anyhow] version = "1.0" default-features = false [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.surrealqlx] version = "0.1" features = ["macros"] [dev-dependencies.tokio] version = "1.40" features = [ "macros", "rt-multi-thread", ] [features] default = [] serde = ["dep:serde"] surrealdb = [ "serde", "dep:surrealdb", ]