2021-02-16 18:45:20 +00:00
|
|
|
[package]
|
2021-02-16 19:55:27 +00:00
|
|
|
name = "magnet-url"
|
|
|
|
version = "1.0.1"
|
2021-02-16 18:45:20 +00:00
|
|
|
authors = ["William Batista <bootlegbilly@protonmail.ch>"]
|
|
|
|
license-file = "LICENSE.md"
|
|
|
|
description = "A simple, hackable magnet url parser in Rust"
|
|
|
|
homepage = "https://github.com/billyb2/magnet-url-rs"
|
|
|
|
repository = "https://github.com/billyb2/magnet-url-rs"
|
|
|
|
readme = "README.md"
|
|
|
|
categories = ["parsing", "encoding", "parser-implementations"]
|
|
|
|
keywords = ["torrent", "magnet", "magnet_url", "parse"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = "fat"
|
|
|
|
opt-level = 3
|
|
|
|
codegen-units = 1
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
lazy_static = "1"
|
|
|
|
regex = "1"
|