[package] name = "refparser" version = "0.1.0" authors = ["Michele Lacchia "] edition = "2018" license = "MIT" description = "HTTP referer parsing using the database from the snowplow-referer-parser project." [dependencies] url = "2.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0"