# 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. cargo-features = ["edition2021"] [package] edition = "2021" name = "datom" version = "0.1.1-pre4" authors = ["Lutris Engineering, Inc "] description = "datom-rs: an open-source database inspired by Datomic" homepage = "https://os.lutris.engineering/datom-rs/" readme = "../README.md" keywords = ["database", "datomic"] categories = ["database-implementations", "database"] license = "BlueOak-1.0.0 OR BSD-2-Clause-Patent" repository = "https://github.com/LutrisEng/datom-rs" [dependencies.arc-swap] version = "1.3" optional = true [dependencies.archery] version = "0.4" optional = true [dependencies.chrono] version = "0.4" [dependencies.datom-bigdecimal] version = "0.3.0" [dependencies.num-bigint] version = "0.4" [dependencies.rpds] version = "0.9" optional = true [dependencies.sled] version = "0.34" optional = true [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.cargo-husky] version = "1" features = ["precommit-hook", "run-for-all", "run-cargo-check", "run-cargo-clippy", "run-cargo-fmt"] default-features = false [features] default = ["redblacktreeset", "sled"] redblacktreeset = ["rpds", "arc-swap", "archery"]