# 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"
rust-version = "1.74"
name = "centurion"
version = "0.0.0"
authors = ["Cameron Howell <jango.djarin@proton.me>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A GUI simulation management application adhering to the IEEE 1278.1-2012 DIS Standard."
readme = "README.md"
keywords = [
    "DIS",
    "IEEE",
    "GUI",
]
license = "BSD-2-Clause"
repository = "https://github.com/crhowell3/centurion"

[[bin]]
name = "centurion"
path = "src/main.rs"

[dependencies.bytesize]
version = "1.3.0"

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

[dependencies.fern]
version = "0.6.1"

[dependencies.futures]
version = "0.3.30"

[dependencies.iced]
version = "0.13.1"
features = [
    "wgpu",
    "tiny-skia",
    "fira-sans",
    "tokio",
    "lazy",
    "advanced",
    "image",
    "multi-window",
]
default-features = false

[dependencies.itertools]
version = "0.13.0"

[dependencies.log]
version = "0.4.16"

[dependencies.notify-rust]
version = "4"

[dependencies.once_cell]
version = "1.18"

[dependencies.open]
version = "5.0.1"

[dependencies.palette]
version = "0.7.4"

[dependencies.rodio]
version = "0.19.0"

[dependencies.strum]
version = "0.26.3"
features = ["derive"]

[dependencies.thiserror]
version = "1.0.30"

[dependencies.timeago]
version = "0.4.2"

[dependencies.tokio]
version = "1.0"
features = [
    "rt",
    "fs",
    "process",
]

[dependencies.tokio-stream]
version = "0.1.16"
features = ["fs"]

[dependencies.unicode-segmentation]
version = "1.6"