temporal_capi 0.2.0

C interface to temporal_rs
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.83.0"
name = "temporal_capi"
version = "0.2.0"
authors = ["boa-dev"]
build = false
include = [
    "bindings/**/*",
    "src/**/*",
    "tests/**/*",
    "Cargo.toml",
    "LICENSE-Apache",
    "LICENSE-MIT",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C interface to temporal_rs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/boa-dev/temporal"

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

[features]
compiled_data = ["temporal_rs/compiled_data"]
zoneinfo64 = [
    "dep:zoneinfo64",
    "timezone_provider/zoneinfo64",
]

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

[dependencies.diplomat]
version = "0.14.0"
default-features = false

[dependencies.diplomat-runtime]
version = "0.14.0"
default-features = false

[dependencies.icu_calendar]
version = "2.1.0"
features = ["unstable"]
default-features = false

[dependencies.icu_locale]
version = "2.1.0"

[dependencies.num-traits]
version = "0.2.19"
default-features = false

[dependencies.temporal_rs]
version = "0.2.0"
default-features = false

[dependencies.timezone_provider]
version = "0.2.0"
default-features = false

[dependencies.writeable]
version = "0.6.0"

[dependencies.zoneinfo64]
version = "0.2.0"
optional = true