# 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 = "simuldb" version = "0.12.3" authors = ["Daniel Hauck "] description = "Database with backend and format agnostic data storage for simulation results coupled with metadata" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/solidtux-rust/simuldb" [package.metadata.release] shared-version = true tag = true [lib] crate-type = [ "lib", "cdylib", ] [dependencies.arbitrary] version = "1.3.1" features = ["derive"] optional = true [dependencies.async-recursion] version = "1.0.5" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.hex] version = "0.4.3" [dependencies.hostname] version = "0.3.1" [dependencies.log] version = "0.4" [dependencies.neo4rs] version = "0.6" optional = true [dependencies.paste] version = "1.0.14" [dependencies.pyo3] version = "0.20.0" features = [ "extension-module", "abi3-py37", ] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["float_roundtrip"] optional = true [dependencies.sha2] version = "0.10.8" optional = true [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1" features = ["full"] optional = true [dependencies.uuid] version = "1.5.0" features = [ "serde", "v4", ] [dev-dependencies.arbtest] version = "0.2.0" [dev-dependencies.config] version = "0.13.4" features = ["yaml"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.hostname] version = "0.3.1" [dev-dependencies.test-log] version = "0.2.13" [dev-dependencies.trace] version = "0.1.7" [features] arbitrary = [ "dep:arbitrary", "chrono/arbitrary", "uuid/arbitrary", ] default = [ "json", "arbitrary", "neo4j", "sha", ] git = [] json = ["serde_json"] neo4j = [ "neo4rs", "tokio", ] py = ["pyo3"] sha = ["sha2"]