fiftyonedegrees 0.2.2

A wrapper around Rust FFI bindings for the 51Degrees device detection C++ library.
Documentation
[package]
name = "fiftyonedegrees"
version = "0.2.2"
edition = "2018"
license = "MPL-2.0"
authors = ["Paris Holley <mail@parisholley.com>"]
description = "A wrapper around Rust FFI bindings for the 51Degrees device detection C++ library."
include = [
    "device-detection-cxx/src/hash/*",
    "device-detection-cxx/src/*.c*",
    "device-detection-cxx/src/*.h*",
    "device-detection-cxx/src/common-cxx/*.h*",
    "device-detection-cxx/src/common-cxx/*.c*",
    "src/*",
    "build.rs"
]

[lib]
path = "src/lib.rs"

[features]
browser-name-enum = []
browser-name-enum-mode = []

[dependencies]
cxx = "1.0"
rayon = "1.5.1"

[build-dependencies]
cc = "1.0.68"
cxx-build = "1.0"
glob = "0.3.0"