remove default features

This commit is contained in:
Keagan McClelland
2022-01-04 16:54:33 -07:00
parent d4c346b76f
commit 077da29fb1

View File

@@ -12,7 +12,6 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["trace", "unstable"]
debug = ["tracing"]
trace = ["debug", "tracing-error"]
unstable = []