# 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 = "ys-core" version = "0.0.0" authors = ["Aster <192607617@qq.com>"] exclude = [ "package.json", "tests/**", ] description = "A modern source code and asset version management system" documentation = "https://docs.rs/yuan-shen" readme = "readme.md" license = "MPL-2.0" repository = "https://github.com/oovm/YuanShen" [package.metadata.docs.rs] all-features = true [dependencies.blake3] version = "1.3.3" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.37.0" features = [] [dependencies.tracing] version = "0.1.40" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.tokio] version = "1.37.0" features = ["full"] [features] default = []