# 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 = "vrc-log" version = "0.9.1" authors = ["Shayne Hartford "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "VRChat Local Cache Avatar ID Logger" homepage = "https://git.shaybox.com/vrc-log/releases/latest" readme = "README.md" keywords = [ "vrchat", "local", "cache", "avatar", "logger", ] categories = [ "config", "database", "filesystem", "games", "parsing", ] license = "MIT" repository = "https://github.com/ShayBox/VRC-LOG" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "vrc_log" path = "src/lib.rs" [[bin]] name = "vrc-log" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.cached] version = "0.53" optional = true [dependencies.chrono] version = "0.4" [dependencies.colored] version = "2" [dependencies.crossbeam] version = "0.8" [dependencies.crossterm] version = "0.28" optional = true [dependencies.discord-presence] version = "1" optional = true [dependencies.indexmap] version = "2" [dependencies.lazy-regex] version = "3" [dependencies.notify] version = "6" [dependencies.parking_lot] version = "0.12" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sqlite] version = "0.36" features = ["bundled"] optional = true [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.terminal-link] version = "0.1" [dependencies.time] version = "0.3" features = ["macros"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "time", ] [features] avtrdb = [ "dep:reqwest", "discord", ] cache = ["dep:sqlite"] default = [ "cache", "avtrdb", "vrcdb", "vrcga", "vrcwb", "title", ] discord = [ "dep:discord-presence", "dep:cached", ] title = ["dep:crossterm"] vrcdb = [ "dep:reqwest", "discord", ] vrcga = [ "dep:reqwest", "discord", ] vrcwb = [ "dep:reqwest", "discord", ] [lints.clippy] multiple_crate_versions = "allow" [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1