[package] name = "satellite_observers" version = "0.1.0" edition = "2024" [dependencies] chrono = "0.4.40" ratatui = "0.29.0" serde = { version = "1.0.219", features = ["derive"] } sgp4 = "2.2.0" tokio = { version = "1.44.2", features = ["full"] } ureq = { version = "3.0.11", features = ["json"] } 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"]