# 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" rust-version = "1.60.0" name = "typed-oid" version = "0.4.2" authors = ["Kevin K. "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Typed Object IDs" documentation = "https://docs.rs/typed-oid" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/kbknapp/typed-oid" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "typed_oid" path = "src/lib.rs" [[example]] name = "oid" path = "examples/oid.rs" [[example]] name = "oidstr" path = "examples/oidstr.rs" [dependencies.data-encoding] version = "2.5.0" [dependencies.data-encoding-macro] version = "0.1.14" [dependencies.serde] version = "1.0.193" optional = true [dependencies.smallvec] version = "1.11.2" features = ["union"] [dependencies.surrealdb] version = "1.4" optional = true default-features = false [dependencies.thiserror] version = "1.0.52" [dependencies.uuid] version = "1.6.1" [dev-dependencies.anyhow] version = "1.0.79" [dev-dependencies.wildmatch] version = "2.3.0" [features] default = [ "std", "uuid_v4", ] std = [] surrealdb = ["dep:surrealdb"] uuid_v4 = ["uuid/v4"] uuid_v7 = ["uuid/v7"]