Skip to content

Commit

Permalink
chore(innate): add workspace setup
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Oct 6, 2023
1 parent 33e3761 commit f4103f5
Show file tree
Hide file tree
Showing 29 changed files with 1,533 additions and 82 deletions.
44 changes: 22 additions & 22 deletions kayle_innate/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 5 additions & 44 deletions kayle_innate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,44 +1,5 @@
[package]
name = "kayle_innate"
version = "0.0.22"
authors = ["j-mendez"]
edition = "2018"
license = "MIT"
description = "Incredibly fast and precise universal web accessibility evaluator for puppeteer or playwright."
repository = "https://github.com/a11ywatch/kayle"

[lib]
crate-type = ["cdylib", "rlib"]

[features]
default = ["console_error_panic_hook", "accessibility"]
accessibility = ["taffy"]

[dependencies]
wasm-bindgen = { version = "0.2.87", features = ["serde-serialize"] }
console_error_panic_hook = { version = "0.1.6", optional = true }
wee_alloc = { version = "0.4.5", optional = true }
url = "2.4.0"
lazy_static = "1.4.0"
case_insensitive_string = "0.1.0"
scraper_forky = { version = "0.17.1", features = ["main"], default-features = false }
getrandom = { version = "0.2", features = ["js"] }
taffy = { version = "0.3.13", optional = true }
serde = { version = "1.0", features = ["derive"] }
serde-wasm-bindgen = "0.4"
js-sys = "0.3.64"
selectors = "=0.21.0"
smallvec = "0.6"
ego-tree = "0.6.2"
victor_tree = { version = "0.0.7" }
markup5ever = "0.11.0"

[dependencies.cssparser]
version = "^0.25.0"

[dev-dependencies]
wasm-bindgen-test = "0.3.37"

[profile.release]
opt-level = "s"
lto = true
[workspace]
resolver = "2"
members = [
"kayle_innate"
]
2 changes: 1 addition & 1 deletion kayle_innate/LICENSE_APACHE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2023 A11yWatch

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit f4103f5

Please sign in to comment.