thirdpass-core 0.4.0

Core library for the Thirdpass package code review system.
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 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 = "2018"
name = "thirdpass-core"
version = "0.4.0"
authors = ["rndhouse <rndhouse@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for the Thirdpass package code review system."
readme = false
license = "MIT"
repository = "https://github.com/thirdpass-org/thirdpass"

[features]
default = []
package = [
    "blake3",
    "uuid",
    "zip",
    "flate2",
    "tar",
    "tokei",
]
registry = ["crossbeam-utils"]

[lib]
name = "thirdpass_core"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.31"

[dependencies.blake3]
version = "0.3.7"
optional = true

[dependencies.crossbeam-utils]
version = "0.8.1"
optional = true

[dependencies.env_logger]
version = "0.8.2"

[dependencies.flate2]
version = "1.0.14"
optional = true

[dependencies.log]
version = "0.4.8"

[dependencies.reqwest]
version = "0.11.0"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1.0.104"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.48"

[dependencies.serde_yaml]
version = "0.8.13"

[dependencies.structopt]
version = "0.3.14"

[dependencies.tar]
version = "0.4.33"
optional = true

[dependencies.tokei]
version = "12.1.2"
optional = true

[dependencies.url]
version = "2.1.1"

[dependencies.uuid]
version = "0.8.2"
features = ["v4"]
optional = true

[dependencies.zip]
version = "0.5.10"
optional = true

[dev-dependencies.tempfile]
version = "3"