[package] name = "sattelite_observers" version = "0.1.0" edition = "2024" [dependencies] chrono = "0.4.40" ratatui = "0.29.0" reqwest = { version = "0.12.15", features = ["json"] } serde = { version = "1.0.219", features = ["derive"] } sgp4 = "2.2.0" tokio = { version = "1.44.2", features = ["full"] } tracing = {version = "0.1.41", optional = true} tracing-error = {version="0.2.1",optional = true} tracing-subscriber = {version="0.3.19",optional=true} [features] logging = ["dep:tracing","dep:tracing-error","tracing-subscriber"]