pyflow 0.1.2

A modern Python dependency manager
# 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]
edition = "2018"
name = "pyflow"
version = "0.1.2"
authors = ["David O'Connor <david.alan.oconnor@gmail.com>"]
description = "A modern Python dependency manager"
homepage = "https://www.github.com/David-OConnor/pyflow"
readme = "README.md"
keywords = ["python", "dependency", "packaging", "build"]
categories = ["development-tools::build-utils"]
license = "MIT"
repository = "https://www.github.com/David-OConnor/pyflow"
[package.metadata.deb]
extended-description = "This tool implements\nPEP 582 -- Python local packages directory.\nIt manages dependencies, keeping them isolated in the project directory, and runs\npython in an environment which uses this directory. Per PEP 582, dependencies\nare stored in the project directory → `__pypackages__` → `3.7`(etc) → `lib`.\nA virtual environment is created in the same diretory as `lib`, and is used\ntransparently."
section = "Python"

[package.metadata.rpm]
buildflags = ["--release"]
[package.metadata.rpm.targets.pyflow]
path = "/usr/bin/pyflow"
[dependencies.crossterm]
version = "^0.10.2"

[dependencies.data-encoding]
version = "^2.1.2"

[dependencies.directories]
version = "^2.0.2"

[dependencies.flate2]
version = "1.0.9"

[dependencies.fs_extra]
version = "^1.1.0"

[dependencies.regex]
version = "^1.1.9"

[dependencies.reqwest]
version = "^0.9.19"

[dependencies.ring]
version = "^0.16.5"

[dependencies.serde]
version = "^1.0.92"
features = ["derive"]

[dependencies.structopt]
version = "0.3.1"
features = ["color", "wrap_help", "doc"]
default_features = false

[dependencies.tar]
version = "^0.4.26"

[dependencies.toml]
version = "^0.5.1"

[dependencies.xz2]
version = "^0.1.6"

[dependencies.zip]
version = "^0.5.2"