diff --git a/Cargo.toml b/Cargo.toml index 1eb6cd4..c2c4d9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "rusqlite" [features] -load_extension = ["libsqlite3-sys/load_extension"] +load_extension = [] backup = [] blob = [] functions = [] diff --git a/libsqlite3-sys/Cargo.toml b/libsqlite3-sys/Cargo.toml index b199cfc..b93650b 100644 --- a/libsqlite3-sys/Cargo.toml +++ b/libsqlite3-sys/Cargo.toml @@ -8,9 +8,6 @@ license = "MIT" links = "sqlite3" build = "build.rs" -[features] -load_extension = [] - [build-dependencies] pkg-config = "~0.3"