changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / src/crates/obj/Cargo.toml

changeset 22: ba323d8c0f93
parent: obj/Cargo.toml@d8f806f1d327
author: ellis <ellis@rwest.io>
date: Sat, 03 Jun 2023 22:48:46 -0400
permissions: -rw-r--r--
description: refactor1
1 [package]
2 name = "obj"
3 version = "0.1.0"
4 edition = "2021"
5 [features]
6 oauth = ["yup-oauth2"]
7 
8 [dependencies]
9 ron = "0.7.0"
10 bincode = "1.3.3"
11 serde_json = "1.0.68"
12 serde = { version = "1.0.130", features = ["derive"] }
13 chrono = { version = "0.4.19", features = ["serde"] }
14 mime = "0.3.16"
15 regex = "1.5.4"
16 rusty_ulid = "0.11.0"
17 uuid = { version = "0.8", features = ["serde"] }
18 yup-oauth2 = { version = "5.1.0", optional = true }
19 blake3 = "1.0.0"
20 hashbrown = "0.11.2"
21 rand = "0.8.0"
22 sha2 = "0.9.5"
23 hex = "0.4.3"
24 ulid = "1.0.0"
25 
26 [target.'cfg(target_arch = "wasm32")'.dependencies]
27 uuid = { version = "0.8", features = ["wasm-bindgen"] }