summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 8fa3cdb..9088c26 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -21,33 +21,6 @@
#![allow(unknown_lints)]
// #![warn(missing_docs)]
-extern crate serde;
-
-#[cfg(test)]
-extern crate serde_derive;
-
-extern crate nom;
-
-extern crate lazy_static;
-
-#[cfg(feature = "toml")]
-extern crate toml;
-
-#[cfg(feature = "json")]
-extern crate serde_json;
-
-#[cfg(feature = "yaml")]
-extern crate yaml_rust;
-
-#[cfg(feature = "ini")]
-extern crate ini;
-
-#[cfg(feature = "ron")]
-extern crate ron;
-
-#[cfg(feature = "json5")]
-extern crate json5_rs;
-
pub mod builder;
mod config;
mod de;