# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fingerprint-rs" version = "0.1.0" authors = ["Sam Judelson"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Create browser fingerprints using wasm_bindgen and web_sys in rust." documentation = "https://docs.rs/crate/fingerprint-rs/0.1.0/" readme = "README.md" license = "MIT" repository = "https://github.com/sjud/fingerprint-rs" [lib] name = "fingerprint_rs" path = "src/lib.rs" [[test]] name = "media_capabilities" path = "tests/media_capabilities.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.js-sys] version = "0.3.70" [dependencies.lazy_static] version = "1.5.0" [dependencies.tokio] version = "1.39.3" features = ["sync"] default-features = false [dependencies.wasm-bindgen] version = "0.2.93" [dependencies.wasm-bindgen-futures] version = "0.4.43" [dependencies.wasm-bindgen-test] version = "0.3.43" [dependencies.web-sys] version = "0.3.70" features = [ "Window", "WebGlBuffer", "ImageData", "HtmlCollection", "HtmlSpanElement", "CssStyleDeclaration", "WebglDebugRendererInfo", "HtmlCanvasElement", "WebGl2RenderingContext", "WebGlContextAttributes", "WebGlPowerPreference", "WebGlShaderPrecisionFormat", "WebGlProgram", "WebGlShader", "CanvasRenderingContext2d", "CanvasWindingRule", "OfflineAudioContext", "HtmlMediaElement", "OfflineAudioCompletionEvent", "AudioBuffer", "OfflineAudioContextOptions", "DynamicsCompressorOptions", "BaseAudioContext", "AudioDestinationNode", "OscillatorNode", "OscillatorType", "AudioParam", "DynamicsCompressorNode", "AudioContextState", "Screen", "ScreenColorGamut", "IdbFactory", "Storage", "MediaRecorder", "AudioContext", "SerialPort", "SerialPortInfo", "Usb", "UsbDevice", "Permissions", "PermissionState", "PermissionStatus", "MediaDevices", "MediaDeviceInfo", "MediaDeviceKind", "Serial", "Document", "Element", "Navigator", "Screen", "Bluetooth", "NetworkInformation", "Geolocation", "Gamepad", "Gpu", "WgslLanguageFeatures", "GpuTextureFormat", "MediaCapabilities", "MediaEncodingType", "MediaDecodingType", "AudioConfiguration", "MediaDecodingConfiguration", "MediaEncodingConfiguration", ]