-
Notifications
You must be signed in to change notification settings - Fork 7
/
Project.toml
61 lines (51 loc) · 1.86 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name = "Strs"
desc = "Str & Chr support"
authors = ["ScottPJones <[email protected]>"]
keywords = ["Strings", "Characters", "Formatting", "Intern", "Unicode", "Regex"]
license = "MIT"
uuid = "7bddbee9-b4ee-5d4f-bf0b-c84b4398bbf6"
version = "1.1.0"
[deps]
ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"
InternedStrings = "7d512f48-7fb1-5a58-b986-67e6dc259f01"
StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"
Emoji_Entities = "fd8f23de-bd2f-5c75-921c-0c9ab51355f5"
HTML_Entities = "7693890a-d069-55fe-a829-b4a6d304f0ee"
LaTeX_Entities = "9927f19a-46ce-5bdd-a20a-f46a78b61e3d"
Unicode_Entities = "a8aa15d3-c567-5e9f-b6cc-4b0f97f09cf7"
StrLiterals = "68059f60-971f-57ff-a2d0-18e7de9ccc84"
StrEntities = "42b7a45b-8021-5b99-aff5-7432580bee1c"
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8" # 9wb580eyjv4k3iej
StrFormat = "b5087856-efa9-5a6d-8e6f-97303a7af894"
MurmurHash3 = "b10b62ed-fbae-5ea5-b934-abaf0477b71d"
StrAPI = "69e7dfc3-c4d0-5e14-8d95-d6042a05b383"
ChrBase = "c13fa7b1-fb91-5a40-8b3c-3aad7fd30002"
StrBase = "e79e7a6a-7bb1-5a4d-9d64-da657b06f53a"
PCRE2 = "c9310f65-a42c-5928-aca3-d34f64192029"
StrRegex = "2267b70d-4c4a-5da2-8395-98751c0d506a"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
[targets]
test = ["Test", "REPL", "BenchmarkTools", "Serialization"]
[compat]
julia = "^1.5"
PCRE2 = "^1.0.2"
Format = "^1.3.1"
ModuleInterfaceTools = "^1.0.1"
InternedStrings = "0.7.0"
StrAPI = "^1.1"
StrBase = "^1.0.5"
StrTables = "1"
StrEntities = "^1.0.1"
StrFormat = "^1.0.1"
StrRegex = "^1.1.1"
StrLiterals = "^1.1"
ChrBase = "^1.0.3"
MurmurHash3 = "^1.2"
Emoji_Entities = "^1.0.3"
HTML_Entities = "^1.0.1"
LaTeX_Entities = "^1.0.2"
Unicode_Entities = "^1.1.1"