feat: define features and their dependencies
Some checks failed
Test / build (map[name:nightly]) (push) Failing after 16s
Test / build (map[name:stable]) (push) Failing after 14s

This commit is contained in:
Paul Campbell 2025-01-08 21:05:51 +00:00
parent 194b481ff9
commit 32cf0c1ba9
2 changed files with 9 additions and 1 deletions

View file

@ -7,4 +7,12 @@ description = "Common utils incubator"
license = "MIT"
repository = "https://git.kemitix.net/kemitix/kx-utils"
[features]
default = []
use-kameo = ["kameo", "tokio"]
use-kxio = ["kxio"]
[dependencies]
kxio = { version = "5.0", optional = true }
kameo = { version = "0.13", optional = true }
tokio = { version = "1.43", optional = true }

View file

@ -5,7 +5,7 @@ build:
cargo fmt
cargo fmt --check
cargo clippy --no-deps --fix --allow-dirty
cargo machete
# cargo machete
# cargo build
cargo tarpaulin --engine llvm --tests --line --skip-clean --out Html Lcov
# cargo llvm-cov --html --tests