# 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 = "condor" version = "0.1.6" description = "Condor is an ergonomic wrapper around the tch library for Rust." license = "MIT OR Apache-2.0" [dependencies.console] version = ">=0.9.1, <1.0.0" default-features = false [dependencies.lazy_static] version = "1.0" [dependencies.num] version = "0.2.1" [dependencies.number_prefix] version = "0.4" [dependencies.rand] version = "0.8.3" [dependencies.rayon] version = "1.0" optional = true [dependencies.regex] version = "1.3.1" features = ["std"] default-features = false [dependencies.tch] version = "0.5.0" [dependencies.unicode-segmentation] version = "1.6.0" optional = true [dependencies.unicode-width] version = "0.1.7" optional = true [dev-dependencies.rand] version = "0.8" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tokio] version = "1.0" features = ["time", "rt"]