diff --git a/Cargo.toml b/Cargo.toml
index cb77934..6b78274 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,22 +32,6 @@ repository = "https://github.com/servo/font-kit"
 name = "font_kit"
 path = "src/lib.rs"
 
-[[example]]
-name = "fallback"
-path = "examples/fallback.rs"
-
-[[example]]
-name = "list-fonts"
-path = "examples/list-fonts.rs"
-
-[[example]]
-name = "match-font"
-path = "examples/match-font.rs"
-
-[[example]]
-name = "render-glyph"
-path = "examples/render-glyph.rs"
-
 [[test]]
 name = "select_font"
 path = "tests/select_font.rs"
@@ -88,18 +72,6 @@ version = "0.5.5"
 version = "6.0"
 optional = true
 
-[dev-dependencies.clap]
-version = "4"
-
-[dev-dependencies.colored]
-version = "2"
-
-[dev-dependencies.pbr]
-version = "1.0"
-
-[dev-dependencies.prettytable-rs]
-version = "0.10"
-
 [features]
 default = ["source"]
 loader-freetype = ["freetype"]
