# 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 = "2021" name = "unrar-async" version = "0.1.14" authors = ["Mike Cronce "] description = "List and extract .rar archives, async" license = "MIT" repository = "https://gitlab.cronce.io/foss/imdb-async" [dependencies.async-std] version = "1" features = [ "attributes", "unstable", ] optional = true [dependencies.bitflags] version = "2.6.0" [dependencies.compact_str] version = "0.8.0" [dependencies.enum-primitive-derive] version = "0.3.0" [dependencies.futures] version = "0.3" [dependencies.lazy-regex] version = "3.1.0" [dependencies.libc] version = "0.2" [dependencies.num-traits] version = "0.2.14" [dependencies.regex] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["rt"] optional = true [dependencies.tracing] version = "0.1" [dependencies.unrar_sys] version = "0.3.1" [dependencies.widestring] version = "1.0.2" [dev-dependencies.anyhow] version = "1" [dev-dependencies.clap] version = "4.0.27" features = ["derive"] [dev-dependencies.tempdir] version = "0.3" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] async-std = ["dep:async-std"] default = ["tokio"] tokio = ["dep:tokio"]