[package] name = "tracing_serial" version = "0.1.0" edition = "2021" [dependencies] lazy_static = { version = "1.4.0", features = ["spin_no_std"] } spin = "0.9.8" tracing = { version = "0.1.40", default-features = false } tracing-core = { version = "0.1.32", default-features = false } tracing-subscriber = { version = "0.3.18", default-features = false, features = [ "alloc", ] } uart_16550 = "0.3.0" x86_64 = "0.14.11"