# 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 = "dvc" version = "0.1.0" authors = ["Thibaud Le Graverend "] description = "A small crate to fetch data from a DVC repository." license = "MIT" [lib] crate-type = ["lib"] [dependencies.async-std] version = "1.11.0" [dependencies.git2] version = "0.14.2" [dependencies.log] version = "0.4.16" [dependencies.pyo3] version = "0.16.2" features = ["auto-initialize"] optional = true [dependencies.rs_transfer] version = "1.0.0" [dependencies.rust-ini] version = "0.18.0" [dependencies.serde] version = "1.0.136" [dependencies.serde_yaml] version = "0.8.23" [dependencies.tokio] version = "1.17.0" [dependencies.url] version = "2.2.2" [dependencies.uuid] version = "0.8.2" features = ["v4"] [features] python_dvc = ["pyo3"]