refactor: updated a few keywords
This commit is contained in:
parent
9e2a19d56e
commit
4d230a1591
9 changed files with 76 additions and 14 deletions
|
|
@ -27,7 +27,7 @@ object templates can define several options for each property:
|
|||
- `transforms`: uses this property as an input of a new object
|
||||
- `subobjects`: creates a parent-child relationship between this and at least one more object, based on the properties sharing a value and their transformations
|
||||
- `conditions`: values other properties need to hold for this property to be valid
|
||||
- `duplicates`: makes the property act as an array
|
||||
- `array`: makes the property act as an array
|
||||
|
||||
for more information, see the wiki!
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ pub const TEMPLATE: &str = r#"
|
|||
transforms = []
|
||||
subobjects = []
|
||||
conditions = []
|
||||
duplicates = false
|
||||
array = false
|
||||
"#;
|
||||
|
||||
pub fn validate(obj: &ObjectInstance) -> Result<(), String> {
|
||||
|
|
|
|||
|
|
@ -8,19 +8,19 @@ conditions = [
|
|||
["input.variant", "subobject"]
|
||||
["input.variant", "custom"]
|
||||
]
|
||||
duplicates = false
|
||||
array = false
|
||||
|
||||
[input.from]
|
||||
transforms = ["meta/text:value"]
|
||||
subobjects = []
|
||||
conditions = []
|
||||
duplicates = true
|
||||
array = true
|
||||
|
||||
[input.to]
|
||||
transforms = ["meta/text:value"]
|
||||
subobjects = []
|
||||
conditions = []
|
||||
duplicates = true
|
||||
array = true
|
||||
|
||||
[input.property]
|
||||
transforms = ["meta/text:value"]
|
||||
|
|
@ -29,7 +29,7 @@ conditions = [
|
|||
["input.variant", "transform"]
|
||||
["input.variant", "subobject"]
|
||||
]
|
||||
duplicates = false
|
||||
array = false
|
||||
|
||||
[input.value]
|
||||
transforms = ["meta/text:value"]
|
||||
|
|
@ -37,5 +37,5 @@ subobjects = []
|
|||
conditions = [
|
||||
["input.variant", "custom"]
|
||||
]
|
||||
duplicates = false
|
||||
array = false
|
||||
"#;
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@ pub const TEMPLATE: &str = r#"
|
|||
transforms = ["meta/text:value"]
|
||||
subobjects = []
|
||||
conditions = []
|
||||
duplicates = false
|
||||
array = false
|
||||
"#;
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ pub const TEMPLATE: &str = r#"
|
|||
transforms = []
|
||||
subobjects = []
|
||||
conditions = []
|
||||
duplicates = false
|
||||
array = false
|
||||
|
||||
[local.length]
|
||||
transforms = ["meta/number:value"]
|
||||
subobjects = []
|
||||
conditions = []
|
||||
duplicates = false
|
||||
array = false
|
||||
"#;
|
||||
|
||||
pub const TEMPLATE_LOCAL: &str = r#"
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ pub const TEMPLATE: &str = r#"
|
|||
transforms = []
|
||||
subobjects = []
|
||||
conditions = []
|
||||
duplicates = false
|
||||
array = false
|
||||
|
||||
[local.length]
|
||||
transforms = ["meta/number:value"]
|
||||
subobjects = []
|
||||
conditions = []
|
||||
duplicates = false
|
||||
array = false
|
||||
"#;
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ use std::collections::HashMap;
|
|||
|
||||
#[derive(Serialize, Deserialize, Debug, Default, Clone)]
|
||||
pub struct ObjectInstance {
|
||||
pub variant: usize,
|
||||
pub version: usize,
|
||||
pub plotted: bool,
|
||||
pub created: String,
|
||||
pub edited: String,
|
||||
|
|
@ -42,7 +42,7 @@ pub struct ObjectTemplateProperty {
|
|||
pub transforms: Vec<String>,
|
||||
pub subobjects: Vec<String>,
|
||||
pub conditions: Vec<[String; 2]>,
|
||||
pub duplicates: bool
|
||||
pub array: bool
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Debug, Default)]
|
||||
|
|
|
|||
16
target/rust-analyzer/flycheck0/stderr
Normal file
16
target/rust-analyzer/flycheck0/stderr
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
0.016765842s INFO prepare_target{force=false package_id=wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server) target="wgu"}: cargo::core::compiler::fingerprint: stale: changed "/home/sel/Documents/Projects/wgu/server/src/modules/meta/bool.rs"
|
||||
0.016778018s INFO prepare_target{force=false package_id=wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server) target="wgu"}: cargo::core::compiler::fingerprint: (vs) "/home/sel/Documents/Projects/wgu/server/target/debug/.fingerprint/wgu-e3643fc2db813c3a/dep-lib-wgu"
|
||||
0.016780490s INFO prepare_target{force=false package_id=wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server) target="wgu"}: cargo::core::compiler::fingerprint: FileTime { seconds: 1768586556, nanos: 363612700 } < FileTime { seconds: 1768587412, nanos: 486579591 }
|
||||
0.016814323s INFO prepare_target{force=false package_id=wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server) target="wgu"}: cargo::core::compiler::fingerprint: fingerprint dirty for wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("wgu", ["lib"], "/home/sel/Documents/Projects/wgu/server/src/lib.rs", Edition2024) }
|
||||
0.016821475s INFO prepare_target{force=false package_id=wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server) target="wgu"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleItem(ChangedFile { reference: "/home/sel/Documents/Projects/wgu/server/target/debug/.fingerprint/wgu-e3643fc2db813c3a/dep-lib-wgu", reference_mtime: FileTime { seconds: 1768586556, nanos: 363612700 }, stale: "/home/sel/Documents/Projects/wgu/server/src/modules/meta/bool.rs", stale_mtime: FileTime { seconds: 1768587412, nanos: 486579591 } }))
|
||||
0.017939040s INFO prepare_target{force=false package_id=wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server) target="wgu"}: cargo::core::compiler::fingerprint: stale: changed "/home/sel/Documents/Projects/wgu/server/src/modules/meta/bool.rs"
|
||||
0.017943839s INFO prepare_target{force=false package_id=wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server) target="wgu"}: cargo::core::compiler::fingerprint: (vs) "/home/sel/Documents/Projects/wgu/server/target/debug/.fingerprint/wgu-93852d766ffda922/dep-test-lib-wgu"
|
||||
0.017945558s INFO prepare_target{force=false package_id=wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server) target="wgu"}: cargo::core::compiler::fingerprint: FileTime { seconds: 1768586556, nanos: 363612700 } < FileTime { seconds: 1768587412, nanos: 486579591 }
|
||||
0.017961231s INFO prepare_target{force=false package_id=wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server) target="wgu"}: cargo::core::compiler::fingerprint: fingerprint dirty for wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("wgu", ["lib"], "/home/sel/Documents/Projects/wgu/server/src/lib.rs", Edition2024) }
|
||||
0.017966996s INFO prepare_target{force=false package_id=wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server) target="wgu"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleItem(ChangedFile { reference: "/home/sel/Documents/Projects/wgu/server/target/debug/.fingerprint/wgu-93852d766ffda922/dep-test-lib-wgu", reference_mtime: FileTime { seconds: 1768586556, nanos: 363612700 }, stale: "/home/sel/Documents/Projects/wgu/server/src/modules/meta/bool.rs", stale_mtime: FileTime { seconds: 1768587412, nanos: 486579591 } }))
|
||||
0.018094987s INFO prepare_target{force=false package_id=wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server) target="wgu"}: cargo::core::compiler::fingerprint: fingerprint dirty for wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server)/Check { test: false }/TargetInner { name: "wgu", doc: true, ..: with_path("/home/sel/Documents/Projects/wgu/server/src/main.rs", Edition2024) }
|
||||
0.018099833s INFO prepare_target{force=false package_id=wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server) target="wgu"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "wgu" })
|
||||
0.018183433s INFO prepare_target{force=false package_id=wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server) target="wgu"}: cargo::core::compiler::fingerprint: fingerprint dirty for wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server)/Check { test: true }/TargetInner { name: "wgu", doc: true, ..: with_path("/home/sel/Documents/Projects/wgu/server/src/main.rs", Edition2024) }
|
||||
0.018187082s INFO prepare_target{force=false package_id=wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server) target="wgu"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "wgu" })
|
||||
Checking wgu v0.0.1 (/home/sel/Documents/Projects/wgu/server)
|
||||
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
|
||||
46
target/rust-analyzer/flycheck0/stdout
Normal file
46
target/rust-analyzer/flycheck0/stdout
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"version_check","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libversion_check-4b23f90a9494c8dc.rlib","/home/sel/Documents/Projects/wgu/server/target/debug/deps/libversion_check-4b23f90a9494c8dc.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/build/typenum-dfe860159d985974/build-script-build"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","result","std"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/build/serde_core-a532a8401294072f/build-script-build"],"executable":null,"fresh":true}
|
||||
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/sel/Documents/Projects/wgu/server/target/debug/build/serde_core-6b6dd28c0b1ee627/out"}
|
||||
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/sel/Documents/Projects/wgu/server/target/debug/build/typenum-c6fdbd2d3031f9d2/out"}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["more_lengths"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/build/generic-array-7bf61c74e4c1ec5b/build-script-build"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.103","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["proc-macro"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/build/proc-macro2-2437b80e7be60266/build-script-build"],"executable":null,"fresh":true}
|
||||
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","linked_libs":[],"linked_paths":[],"cfgs":["relaxed_coherence"],"env":[],"out_dir":"/home/sel/Documents/Projects/wgu/server/target/debug/build/generic-array-7240b4faed5ccdff/out"}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"typenum","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libtypenum-3a3c11ae097a2925.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_core","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","result","std"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libserde_core-709078874d8e6ae5.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.22","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_ident","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libunicode_ident-78aa2ce9e074a0bd.rlib","/home/sel/Documents/Projects/wgu/server/target/debug/deps/libunicode_ident-78aa2ce9e074a0bd.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.42","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["proc-macro"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/build/quote-3bd7485e997606c5/build-script-build"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","derive","serde_derive","std"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/build/serde-d4d3e963a8e0beea/build-script-build"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.13","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.13/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winnow","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.13/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libwinnow-b076fd96ebf74b7d.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.145","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/build/serde_json-e6e07e968dcae595/build-script-build"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_writer@1.0.4","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_writer","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libtoml_writer-06593b4120555d08.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfg_if","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libcfg_if-5e063db10183c3ca.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cpufeatures","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libcpufeatures-8848264dfb11d5a1.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.15","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"itoa","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libitoa-ee8aa7cdda293142.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.103","linked_libs":[],"linked_paths":[],"cfgs":["wrap_proc_macro","proc_macro_span_location","proc_macro_span_file"],"env":[],"out_dir":"/home/sel/Documents/Projects/wgu/server/target/debug/build/proc-macro2-859d867a2ec49149/out"}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"generic_array","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["more_lengths"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libgeneric_array-9c6c8f74a4427177.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.42","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"/home/sel/Documents/Projects/wgu/server/target/debug/build/quote-c6d4d39aba95dfb1/out"}
|
||||
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.145","linked_libs":[],"linked_paths":[],"cfgs":["fast_arithmetic=\"64\""],"env":[],"out_dir":"/home/sel/Documents/Projects/wgu/server/target/debug/build/serde_json-de6052d72aff4b51/out"}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.7.3","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_datetime","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","serde","std"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libtoml_datetime-65abe0c6c2d75e15.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228","linked_libs":[],"linked_paths":[],"cfgs":["if_docsrs_then_no_serde_core"],"env":[],"out_dir":"/home/sel/Documents/Projects/wgu/server/target/debug/build/serde-b0fb9808a13512ef/out"}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.0.3","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_spanned","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.3/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","serde","std"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libserde_spanned-c176b0cde829ea37.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.0.4","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_parser","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.4/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libtoml_parser-e594d126565e6594.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.6","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"memchr","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libmemchr-e0837e037342bc98.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.20","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ryu","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libryu-05a91dfff6b31564.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hex","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libhex-2166e807ff938421.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.103","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"proc_macro2","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.103/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["proc-macro"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libproc_macro2-cb641ffdfb7c026d.rlib","/home/sel/Documents/Projects/wgu/server/target/debug/deps/libproc_macro2-cb641ffdfb7c026d.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crypto_common","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libcrypto_common-e1bf97cc74778696.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"block_buffer","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libblock_buffer-ec688a1580aa964a.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml@0.9.8","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.8/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.8/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","display","parse","serde","std"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libtoml-7915bb4b82078000.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.145","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_json","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libserde_json-601ad4dedf9be6de.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.42","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"quote","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["proc-macro"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libquote-ee946312e413ec8c.rlib","/home/sel/Documents/Projects/wgu/server/target/debug/deps/libquote-ee946312e413ec8c.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"digest","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","block-buffer","core-api","default","std"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libdigest-0a7017035356c321.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.110","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"syn","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["clone-impls","derive","parsing","printing","proc-macro"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libsyn-cd3650dd183d8e93.rlib","/home/sel/Documents/Projects/wgu/server/target/debug/deps/libsyn-cd3650dd183d8e93.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sha2","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libsha2-84cdaca3fbce2b1c.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"serde_derive","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libserde_derive-74bcf39719497204.so"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228","manifest_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde","src_path":"/home/sel/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","derive","serde_derive","std"],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libserde-d5ade7baa393330c.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"path+file:///home/sel/Documents/Projects/wgu/server#wgu@0.0.1","manifest_path":"/home/sel/Documents/Projects/wgu/server/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgu","src_path":"/home/sel/Documents/Projects/wgu/server/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libwgu-e3643fc2db813c3a.rmeta"],"executable":null,"fresh":false}
|
||||
{"reason":"compiler-artifact","package_id":"path+file:///home/sel/Documents/Projects/wgu/server#wgu@0.0.1","manifest_path":"/home/sel/Documents/Projects/wgu/server/Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgu","src_path":"/home/sel/Documents/Projects/wgu/server/src/lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libwgu-93852d766ffda922.rmeta"],"executable":null,"fresh":false}
|
||||
{"reason":"compiler-artifact","package_id":"path+file:///home/sel/Documents/Projects/wgu/server#wgu@0.0.1","manifest_path":"/home/sel/Documents/Projects/wgu/server/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"wgu","src_path":"/home/sel/Documents/Projects/wgu/server/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libwgu-cca0d305596fcd48.rmeta"],"executable":null,"fresh":false}
|
||||
{"reason":"compiler-artifact","package_id":"path+file:///home/sel/Documents/Projects/wgu/server#wgu@0.0.1","manifest_path":"/home/sel/Documents/Projects/wgu/server/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"wgu","src_path":"/home/sel/Documents/Projects/wgu/server/src/main.rs","edition":"2024","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["/home/sel/Documents/Projects/wgu/server/target/debug/deps/libwgu-1b61665b26dbeaa4.rmeta"],"executable":null,"fresh":false}
|
||||
{"reason":"build-finished","success":true}
|
||||
Loading…
Add table
Add a link
Reference in a new issue