# 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 = "tanxium" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Embeddable JavaScript/TypeScript runtime for Yasumu powered by Deno" readme = "README.md" license = "MIT" repository = "https://github.com/yasumu-org/tanxium" [lib] name = "tanxium" path = "src/lib.rs" [[bin]] name = "tanxium" path = "src/main.rs" [dependencies.deno_ast] version = "0.42.2" features = [ "transpiling", "typescript", ] [dependencies.deno_core] version = "0.314.2" [dependencies.deno_graph] version = "0.83.4" [dependencies.deno_runtime] version = "0.183.0" [dependencies.deno_semver] version = "0.5.16" [dependencies.md5] version = "0.7.0" [dependencies.nanoid] version = "0.4.0" [dependencies.node_resolver] version = "0.13.0" [dependencies.reqwest] version = "0.12.7" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.ulid] version = "1.1.3" [build-dependencies.deno_core] version = "0.311.0"