Cargo Features

[dependencies]
inklog = { version = "0.1.0", default-features = false, features = ["confers", "http", "test-local", "aws", "cli", "debug"] }
default = aws, cli, http

These default features are set whenever inklog is added without default-features = false somewhere in the dependency tree.

confers

Enables confers ^0.1.0 and toml ^0.8

http default

Enables axum ^0.6

test-local
aws default

Enables aws-config, aws-credential-types, aws-sdk-s3, and aws-types

aws-sdk-s3:

Cloud

Affects archive::S3ArchiveManager, test_mock::MockS3ArchiveManager

cli default

Enables clap, glob, and toml ^0.8

clap:

CLI

Required by the inklog-cli binary

debug

Debug feature enables additional security audit logging