|
@@ -90,26 +90,6 @@ dependencies = [
|
|
|
"unicode-width",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "const-str"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2b60160dfb442e53d068d55ec16675a7d9df6cacd072d3540742a1e7bcdb6150"
|
|
|
-dependencies = [
|
|
|
- "const-str-proc-macro",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "const-str-proc-macro"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3c047fef6b3d672b32b454079702745d0fc64a69a2c7933caf75684ba41d5df2"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "convert_case"
|
|
|
version = "0.5.0"
|
|
@@ -361,7 +341,6 @@ name = "microrm"
|
|
|
version = "0.3.0"
|
|
|
dependencies = [
|
|
|
"base64",
|
|
|
- "const-str",
|
|
|
"criterion",
|
|
|
"lazy_static",
|
|
|
"microrm-macros",
|