sit-core 0.4.1

Core library for SIT (Serverless Information Tracker)
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "sit-core"
version = "0.4.1"
authors = ["Yurii Rashkovskii <me@yrashk.com>"]
description = "Core library for SIT (Serverless Information Tracker)"
documentation = "https://docs.rs/sit-core"
license = "MIT/Apache-2.0"
repository = "https://github.com/sit-it/sit"
[dependencies.blake2]
version = "0.7"
optional = true

[dependencies.cesu8]
version = "1.1"
optional = true

[dependencies.data-encoding]
version = "2.1"

[dependencies.derive-error]
version = "0.0"

[dependencies.digest]
version = "0.7"

[dependencies.git2]
version = "0.7"
optional = true
default-features = false

[dependencies.glob]
version = "0.2"

[dependencies.lazy_static]
version = "1.0"

[dependencies.memmap]
version = "0.6"
optional = true

[dependencies.relative-path]
version = "0.3"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha-1]
version = "0.7"
optional = true

[dependencies.tempdir]
version = "0.3"

[dependencies.typed-builder]
version = "0.1"

[dependencies.uuid]
version = "0.5"
features = ["v4"]
optional = true
[dev-dependencies.assert_matches]
version = "1.1"

[dev-dependencies.dunce]
version = "0.1"

[dev-dependencies.proptest]
version = "0.7"
[build-dependencies.cc]
version = "1.0"

[build-dependencies.include_dir]
version = "0.1.5"

[features]
default = ["blake2", "sha-1", "uuid", "duktape-reducers", "duktape-mmap", "duktape-require"]
duktape = []
duktape-mmap = ["memmap"]
duktape-reducers = ["duktape", "cesu8"]
duktape-require = []
git = ["git2"]
windows7 = []