btracker-fs 0.3.1

Shared filesystem API for the βtracker project components
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 = "2024"
name = "btracker-fs"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared filesystem API for the βtracker project components"
readme = "README.md"
keywords = [
    "btracker",
    "bittorrent",
    "aquatic-crawler",
    "librqbit",
    "database",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/yggverse/btracker-fs"

[features]
crawler = [
    "dep:log",
    "dep:regex",
]
public = [
    "dep:chrono",
    "dep:librqbit-core",
]

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

[dependencies.chrono]
version = "0.4.41"
features = ["serde"]
optional = true

[dependencies.librqbit-core]
version = "5.0.0"
optional = true

[dependencies.log]
version = "0.4.28"
optional = true

[dependencies.regex]
version = "1.11.2"
optional = true