We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2e835 commit cada600Copy full SHA for cada600
Cargo.toml
@@ -1,12 +1,12 @@
1
[package]
2
name = "simd-json"
3
version = "0.1.17"
4
-authors = ["Heinz N. Gies <heinz@licenser.net>"]
+authors = ["Heinz N. Gies <heinz@licenser.net>", "Sunny Gleason"]
5
edition = "2018"
6
exclude = [ "data/*" ]
7
license = "Apache-2.0/MIT"
8
description = "High performance JSON parser based on a port of simdjson"
9
-repository = "https://github.com/Licenser/simdjson-rs"
+repository = "https://github.com/simd-lite/simdjson-rs"
10
11
[dependencies]
12
halfbrown = "0.1"
0 commit comments