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