# 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 = "subtext" version = "0.3.5" description = "A parser for the Subtext file format" readme = "README.md" license = "Apache-2.0" [dependencies.anyhow] version = "^1" [dependencies.async-stream] version = "~0.3" optional = true [dependencies.async-utf8-decoder] version = "~0.3" optional = true [dependencies.futures] version = "~0.3" optional = true [dependencies.log] version = "~0.4" [dependencies.tendril] version = "~0.4" [dependencies.tokio] version = "^1" features = [ "io-util", "macros", "test-util", ] optional = true [dependencies.tokio-util] version = "0.7" features = ["compat"] optional = true [dev-dependencies.wasm-bindgen-test] version = "~0.3" [features] stream = [ "tokio", "tokio-util", "async-stream", "futures", "async-utf8-decoder", ]