algosul-core 0.0.17

Some user-friendly yet personalized tools
# 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 = "algosul-core"
version = "0.0.17"
authors = ["algosul <hxb.air@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Some user-friendly yet personalized tools"
readme = "README.md"
keywords = ["algosul"]
license-file = "LICENSE"
repository = "https://github.com/algosul/algosul-rs"

[package.metadata.docs.rs]
rustdoc-args = [
    "-cfg",
    "docsrs",
]

[features]
default = []
i18n = [
    "dep:unic-langid",
    "dep:unic-langid-impl",
]
i18n-fluent = [
    "i18n",
    "dep:fluent",
]
message = ["module"]
module = ["std"]
serde = ["dep:serde"]
std = [
    "serde/std",
    "thiserror/std",
    "uuid/std",
]
unstable = []
util = []
util-async = ["util"]
util-std = [
    "util",
    "std",
    "wrapper",
]
wrapper = []

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

[dependencies.fluent]
version = "0.17.0"
optional = true
public = true

[dependencies.serde]
version = "1.0.219"
optional = true

[dependencies.thiserror]
version = "2.0.18"

[dependencies.unic-langid]
version = "0.9.6"
optional = true
public = true

[dependencies.unic-langid-impl]
version = "0.9.6"
optional = true
public = true

[dependencies.uuid]
version = "1.23.1"
optional = true