@ -13,11 +13,7 @@ strip = true
[dependencies]
lazy_static = "1.4.0"
[dependencies.regex]
version = "1.10.2"
default-features = false
features = ["std", "unicode-perl"]
regex-lite = "0.1.5"
[dev-dependencies]
itertools = "0.11.0"
@ -1,7 +1,7 @@
use std::collections::HashMap;
use lazy_static::lazy_static;
use regex::Regex;
use regex_lite::Regex;
use crate::ranged_number_allocator::RangedNumberAllocator;
use std::io::{self, BufRead};
use hostnames_allocator::hostnames_allocator::HostnamesAllocator;