draco_decoder 0.0.25

a draco decoder on rust (wip)
Documentation
# 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 = "2024"
name = "draco_decoder"
version = "0.0.25"
authors = ["jiang heng <https://github.com/jiangheng90/"]
build = "build.rs"
exclude = [
    "third_party/draco/build/**",
    "third_party/draco/testdata/**",
    "third_party/draco/docs/**",
    "third_party/draco/javascript/**",
    "third_party/draco/maya/**",
    "third_party/draco/unity/**",
    "assets/**",
    "target/**",
    ".git/**",
    ".vscode/**",
    "examples/wasm/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a draco decoder on rust (wip)"
homepage = "https://github.com/jiangheng90-opensource/draco_decoder"
readme = "README.md"
keywords = [
    "draco",
    "decoder",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jiangheng90-opensource/draco_decoder"

[features]
perf = []

[lib]
name = "draco_decoder"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[example]]
name = "wasm_test"
path = "examples/wasm_test/main.rs"
required-features = []

[dependencies.bytemuck]
version = "1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.cxx]
version = "1.0"

[target.'cfg(not(target_arch = "wasm32"))'.build-dependencies.cc]
version = "1.0"

[target.'cfg(not(target_arch = "wasm32"))'.build-dependencies.cxx-build]
version = "1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio]
version = "1.47.1"
features = ["full"]

[target.'cfg(target_arch = "wasm32")'.dependencies.base64]
version = "0.21"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.once_cell]
version = "1.19"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "Window",
    "console",
    "Blob",
    "HtmlScriptElement",
    "HtmlHeadElement",
    "Url",
    "Document",
]

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.web-sys]
version = "0.3"
features = [
    "Window",
    "console",
    "Blob",
    "HtmlScriptElement",
    "HtmlHeadElement",
    "Url",
    "Document",
    "Request",
    "RequestInit",
    "RequestMode",
    "Response",
    "Headers",
    "Performance",
]