edjr 0.1.2

Elite Dangerous Journal Reader
# 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"
rust-version = "1.85.1"
name = "edjr"
version = "0.1.2"
authors = ["stefanlight8 <64615032+stefanlight8@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Elite Dangerous Journal Reader"
readme = "README.md"
keywords = [
    "elite-dangerous",
    "journal",
]
license = "MIT"
repository = "https://github.com/stefanlight8/edjr"

[package.metadata.docs.rs]
all-features = true

[badges.maintenance]
status = "actively-developed"

[features]
stream = [
    "dep:async-stream",
    "dep:futures-lite",
]
tokio = ["dep:tokio"]

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

[[example]]
name = "real_all"
path = "examples/real_all.rs"

[dependencies.async-stream]
version = "0.3.6"
optional = true

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.futures-lite]
version = "2.6.1"
optional = true

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_repr]
version = "0.1.20"

[dependencies.tokio]
version = "1.52.3"
features = [
    "fs",
    "io-util",
]
optional = true