From 6f44db45d2482ab71bbcb07b85456b78edc0142c Mon Sep 17 00:00:00 2001 From: anweiss <2326106+anweiss@users.noreply.github.com> Date: Tue, 5 Oct 2021 16:42:28 -0400 Subject: [PATCH] lib cleanup --- src/lib.rs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 7ffb95b5..a53e0a5e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -533,15 +533,6 @@ extern crate alloc; #[cfg(not(feature = "std"))] extern crate core as std; -#[cfg(feature = "std")] -extern crate serde_json; - -#[cfg(feature = "std")] -extern crate uriparse; - -#[cfg(feature = "std")] -extern crate base64_url; - /// Abstract syntax tree representing a CDDL definition pub mod ast; /// Static error messages