absmartly-sdk 0.1.0

ABsmartly SDK for Rust - A/B testing and feature flagging
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"
name = "absmartly-sdk"
version = "0.1.0"
authors = ["ABsmartly"]
build = false
exclude = [
    ".github/",
    "target/",
    ".claude/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ABsmartly SDK for Rust - A/B testing and feature flagging"
homepage = "https://www.absmartly.com"
documentation = "https://docs.rs/absmartly-sdk"
readme = "README.md"
keywords = [
    "absmartly",
    "ab-testing",
    "feature-flags",
    "experimentation",
    "sdk",
]
categories = [
    "development-tools",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/absmartly/rust-sdk"

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

[dependencies.base64]
version = "0.22"

[dependencies.md-5]
version = "0.10"

[dependencies.regex]
version = "1.10"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "full",
    "test-util",
]