fiftyone-javascript-builder 4.5.2

JavaScript snippet builder element with bundled Mustache asset for the 51Degrees pipeline.
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 = "2021"
rust-version = "1.94"
name = "fiftyone-javascript-builder"
version = "4.5.2"
authors = ["51Degrees Engineering <support@51degrees.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JavaScript snippet builder element with bundled Mustache asset for the 51Degrees pipeline."
homepage = "https://51degrees.com"
readme = "README.md"
license = "EUPL-1.2"
repository = "https://github.com/51Degrees/rust"

[package.metadata.docs.rs]
all-features = true

[features]
data-update = ["fiftyone-pipeline-engines/data-update"]
default = ["minify"]
minify = ["dep:oxc"]

[lib]
name = "fiftyone_javascript_builder"
path = "src/lib.rs"

[[test]]
name = "javascript_builder"
path = "tests/javascript_builder.rs"

[dependencies.fiftyone-json-builder]
version = "4.5.2"

[dependencies.fiftyone-pipeline-core]
version = "4.5.2"

[dependencies.fiftyone-pipeline-engines]
version = "4.5.2"
default-features = false

[dependencies.fiftyone-pipeline-engines-fiftyone]
version = "4.5.2"

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.serde_json]
version = "1"

[dev-dependencies]

[target.'cfg(not(target_family = "wasm"))'.dependencies.oxc]
version = "0.136"
features = [
    "minifier",
    "codegen",
]
optional = true