Use all execution-plan crates from crates.io
This commit is contained in:
		
							
								
								
									
										43
									
								
								src/wasm-lib/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										43
									
								
								src/wasm-lib/Cargo.lock
									
									
									
										generated
									
									
									
								
							@ -944,6 +944,23 @@ dependencies = [
 | 
			
		||||
 "syn 2.0.55",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "derive-docs"
 | 
			
		||||
version = "0.1.12"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "138b94245509a9dd516008788b585c34847829cf37b40a758b4aa581cf94f147"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "Inflector",
 | 
			
		||||
 "convert_case",
 | 
			
		||||
 "once_cell",
 | 
			
		||||
 "proc-macro2",
 | 
			
		||||
 "quote",
 | 
			
		||||
 "regex",
 | 
			
		||||
 "serde",
 | 
			
		||||
 "serde_tokenstream",
 | 
			
		||||
 "syn 2.0.55",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "diesel_derives"
 | 
			
		||||
version = "2.1.3"
 | 
			
		||||
@ -1856,7 +1873,7 @@ dependencies = [
 | 
			
		||||
 "criterion",
 | 
			
		||||
 "dashmap",
 | 
			
		||||
 "databake",
 | 
			
		||||
 "derive-docs",
 | 
			
		||||
 "derive-docs 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "expectorate",
 | 
			
		||||
 "futures",
 | 
			
		||||
 "gltf-json",
 | 
			
		||||
@ -1943,8 +1960,9 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "kittycad-execution-plan"
 | 
			
		||||
version = "0.1.1"
 | 
			
		||||
source = "git+https://github.com/KittyCAD/modeling-api?branch=main#a3b8df282c684b3f7003ec96f5cea85284e0f1f9"
 | 
			
		||||
version = "0.1.3"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "e913f8e5f3ef7928cddca2e7b53c6582d7be6a8f900d18ce6c31c04083056270"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "bytes",
 | 
			
		||||
 "gltf-json",
 | 
			
		||||
@ -1966,7 +1984,8 @@ dependencies = [
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "kittycad-execution-plan-macros"
 | 
			
		||||
version = "0.1.9"
 | 
			
		||||
source = "git+https://github.com/KittyCAD/modeling-api?branch=main#a3b8df282c684b3f7003ec96f5cea85284e0f1f9"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "0611fc9b9786175da21d895ffa0f65039e19c9111e94a41b7af999e3b95f045f"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "proc-macro2",
 | 
			
		||||
 "quote",
 | 
			
		||||
@ -1976,7 +1995,8 @@ dependencies = [
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "kittycad-execution-plan-traits"
 | 
			
		||||
version = "0.1.15"
 | 
			
		||||
source = "git+https://github.com/KittyCAD/modeling-api?branch=main#a3b8df282c684b3f7003ec96f5cea85284e0f1f9"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "123cb47e2780ea8ef3aa67b4db237a27b388d3d3b96db457e274aa4565723151"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "serde",
 | 
			
		||||
 "thiserror",
 | 
			
		||||
@ -1985,8 +2005,9 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "kittycad-modeling-cmds"
 | 
			
		||||
version = "0.2.7"
 | 
			
		||||
source = "git+https://github.com/KittyCAD/modeling-api?branch=main#a3b8df282c684b3f7003ec96f5cea85284e0f1f9"
 | 
			
		||||
version = "0.2.10"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "b41beb7d9b776df93fd449604de5c447e33c7bd3326fd590002dc18cf5f08166"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "anyhow",
 | 
			
		||||
 "chrono",
 | 
			
		||||
@ -2014,7 +2035,8 @@ dependencies = [
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "kittycad-modeling-cmds-macros"
 | 
			
		||||
version = "0.1.5"
 | 
			
		||||
source = "git+https://github.com/KittyCAD/modeling-api?branch=main#a3b8df282c684b3f7003ec96f5cea85284e0f1f9"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "385775cc9d5bf25579f3029824ca1a6e7ab1b7c338e972ec8e8fcefff801f353"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "proc-macro2",
 | 
			
		||||
 "quote",
 | 
			
		||||
@ -2023,8 +2045,9 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "kittycad-modeling-session"
 | 
			
		||||
version = "0.1.1"
 | 
			
		||||
source = "git+https://github.com/KittyCAD/modeling-api?branch=main#a3b8df282c684b3f7003ec96f5cea85284e0f1f9"
 | 
			
		||||
version = "0.1.2"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "6ee3a24232a086ec12ae4cfee443485c22e6c6959936d861006fa13bebef0904"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "futures",
 | 
			
		||||
 "kittycad",
 | 
			
		||||
 | 
			
		||||
@ -60,11 +60,11 @@ members = [
 | 
			
		||||
 | 
			
		||||
[workspace.dependencies]
 | 
			
		||||
kittycad = { version = "0.2.63", default-features = false, features = ["js", "requests"] }
 | 
			
		||||
kittycad-execution-plan = { git = "https://github.com/KittyCAD/modeling-api", branch = "main" }
 | 
			
		||||
kittycad-execution-plan = "0.1.3"
 | 
			
		||||
kittycad-execution-plan-macros = "0.1.9"
 | 
			
		||||
kittycad-execution-plan-traits = "0.1.14"
 | 
			
		||||
kittycad-modeling-cmds = { git = "https://github.com/KittyCAD/modeling-api", branch = "main" }
 | 
			
		||||
kittycad-modeling-session = { git = "https://github.com/KittyCAD/modeling-api", branch = "main" }
 | 
			
		||||
kittycad-modeling-cmds = "0.2.10"
 | 
			
		||||
kittycad-modeling-session = "0.1.2"
 | 
			
		||||
 | 
			
		||||
[[test]]
 | 
			
		||||
name = "executor"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user